diff --git a/src/app.html b/src/app.html index 6adc6df..f4f3b4f 100644 --- a/src/app.html +++ b/src/app.html @@ -3,7 +3,7 @@ - + %sveltekit.head% diff --git a/src/app.postcss b/src/app.postcss index ce2258e..ee7540c 100644 --- a/src/app.postcss +++ b/src/app.postcss @@ -1,3 +1,7 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; + html, body { @apply h-full overflow-hidden;