blackbirdchess-client-web/src/app.pcss

10 lines
224 B
Plaintext
Raw Normal View History

2023-03-18 18:07:38 +01:00
/*Write your global styles here, in PostCSS syntax */
@import "/static/scss/icons.scss";
@tailwind base;
/*place global styles here */
html,
body {
@apply h-full overflow-hidden;
}
@tailwind components;
@tailwind utilities;