7 lines
127 B
CSS
7 lines
127 B
CSS
@import "tailwindcss";
|
|
|
|
@layer components {
|
|
.test-loading {
|
|
@apply w-20 h-20 bg-gray-300 rounded-full animate-spin;
|
|
}
|
|
} |