10 lines
No EOL
183 B
CSS
10 lines
No EOL
183 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@custom-variant dark (&:where([data-theme=dark], [data-theme=dark] *));
|
|
|
|
body {
|
|
@apply w-screen;
|
|
@apply h-screen;
|
|
} |