full-stack/client-temp/src/index.css
2025-06-17 17:40:11 +08:00

9 lines
112 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
body {
@apply bg-gray-50;
}
}