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