diff --git a/index.css b/index.css index 1d21d0e..2337599 100644 --- a/index.css +++ b/index.css @@ -1,3 +1,6 @@ +@import "tailwindcss"; +@config "./tailwind.config.js"; + .h-screen { height: 100dvh !important; } diff --git a/index.html b/index.html index 32e3406..9a1d5e9 100644 --- a/index.html +++ b/index.html @@ -5,22 +5,6 @@