homemanager-fe/src/style.scss

8 lines
95 B
SCSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.min-h-half {
min-height: 50%;
}