From 4d0cb55ad82b7639547f5a62fdec52e8b4e17be7 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 23 Sep 2020 16:52:18 -0300 Subject: [PATCH] Missing Global CSS --- styles/global.css | 5 +++++ 1 file changed, 5 insertions(+) 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;