blackbirdchess-client-web/src/app.postcss

11 lines
157 B
Plaintext

@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;
/*place global styles here */
html,
body {
@apply h-full overflow-hidden;
}