9 lines
135 B
CSS
Executable file
9 lines
135 B
CSS
Executable file
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
body {
|
|
@apply bg-gray-800 text-gray-200;
|
|
}
|
|
}
|