6 lines
125 B
Text
6 lines
125 B
Text
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
@tailwind variants;
|
||
|
|
||
|
html, body { @apply h-full overflow-hidden; }
|