7 lines
93 B
CSS
7 lines
93 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
body {
|
|
@apply bg-zinc-700;
|
|
}
|