9 lines
92 B
SCSS
9 lines
92 B
SCSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
html,
|
||
|
body {
|
||
|
@apply h-full;
|
||
|
}
|