fix: update to tailwindcss 4
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
@tailwind components;
|
||||
@import "tailwindcss";
|
||||
|
||||
#root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
@layer components {
|
||||
.loading-sm {
|
||||
@apply w-4 h-4 border-t-2 border-b-2 rounded-full animate-spin;
|
||||
.test-loading {
|
||||
@apply w-20 h-20 bg-gray-300 rounded-full animate-spin;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user