blackbirdchess-website-wip/src/app.postcss

10 lines
198 B
Plaintext

/* Write your global styles here, in PostCSS syntax */
/* Write your global styles here, in PostCSS syntax */
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
height: 100vh;
}