diff options
Diffstat (limited to 'clients/www/src/app.postcss')
-rw-r--r-- | clients/www/src/app.postcss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/clients/www/src/app.postcss b/clients/www/src/app.postcss new file mode 100644 index 0000000..ddaec40 --- /dev/null +++ b/clients/www/src/app.postcss @@ -0,0 +1,9 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; +@tailwind variants; + +html, +body { + @apply h-full overflow-hidden; +}
\ No newline at end of file |