routines/style/tailwind.css

8 lines
93 B
CSS
Raw Normal View History

2024-01-12 07:32:47 -05:00
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
@apply bg-zinc-700;
}