aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/app.postcss
blob: f3fef8333cf4f925032d61638d57d97f17bfa366 (plain) (blame)
1
2
3
4
5
6
7
8
9
@tailwind base;
@tailwind components;
@tailwind utilities;
@tailwind variants;

html,
body {
  @apply h-full overflow-hidden;
}