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