routines/style/tailwind.css
2024-01-12 07:32:47 -05:00

7 lines
93 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-zinc-700;
}