Files
2025-11-21 17:15:27 +08:00

10 lines
137 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
[x-cloak] {
display: none !important;
}
}