blackbirdchess-client-web/src/app.postcss

11 lines
157 B
Plaintext
Raw Permalink Normal View History

2023-08-30 13:20:36 +02:00
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;
2023-03-18 18:07:38 +01:00
/*place global styles here */
html,
body {
2023-08-30 17:23:31 +02:00
@apply h-full overflow-hidden;
2023-03-18 18:07:38 +01:00
}