From 319b886803e05d3c915d83254226108379311a15 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Fri, 13 Oct 2023 18:33:49 +0300 Subject: [PATCH] fix: actually use tailwind styles --- src/app.html | 2 +- src/app.postcss | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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;