fix: update to tailwindcss 4

This commit is contained in:
2025-02-20 01:36:27 +08:00
parent efa3068d40
commit 9d2f02efe9
12 changed files with 1175 additions and 1417 deletions

View File

@@ -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;
}
}
}