diff --git a/styles/global.css b/styles/global.css index b04b22bd1..50568fca6 100644 --- a/styles/global.css +++ b/styles/global.css @@ -1,4 +1,5 @@ @import "./font.css"; +@tailwind base; :root { /* Spacing variables */ @@ -188,3 +189,7 @@ body { a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + +@tailwind components; +@tailwind utilities; +@tailwind screens;