10 lines
100 B
CSS
10 lines
100 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html,
|
|
body,
|
|
#__next {
|
|
height: 100%;
|
|
}
|