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