This commit is contained in:
2025-03-26 08:32:41 +08:00
parent 5014191a9b
commit 787691977a
3 changed files with 19 additions and 30 deletions

View File

@@ -1,7 +1 @@
@import "tailwindcss";
@layer components {
.test-loading {
@apply w-20 h-20 bg-gray-300 rounded-full animate-spin;
}
}