10 lines
101 B
SCSS
10 lines
101 B
SCSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
html,
|
||
|
body,
|
||
|
#__next {
|
||
|
@apply h-full;
|
||
|
}
|