blackbirdchess-website-wip/src/app.postcss

10 lines
198 B
Plaintext
Raw Normal View History

2023-01-05 13:59:59 +01:00
/* 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;
}