documenso/apps/web/styles/tailwind.css

9 lines
93 B
CSS
Raw Normal View History

2022-12-06 13:51:03 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
#__next {
min-height: 100%;
}