pages-landing-page/src/app.postcss

10 lines
127 B
Plaintext

@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;
html,
body {
@apply h-full overflow-hidden;
}