9 lines
93 B
CSS
9 lines
93 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
#__next {
|
|
min-height: 100%;
|
|
}
|
|
|