Files
documenso/apps/web/styles/tailwind.css
2023-05-29 22:25:36 -04:00

9 lines
93 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
#__next {
min-height: 100%;
}