aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/app.postcss
blob: 8ef7d352e390552af0eee978fff4d9754200f655 (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;
}