From d956bf6d1773eb802c6db6363cbc420b107efa79 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 6 Feb 2024 11:06:55 +0530 Subject: [PATCH] fix: remove tailwind rules from globals.css --- styles/globals.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/styles/globals.css b/styles/globals.css index 9a977d5..3e7227a 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -1,7 +1,3 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; - :root { --foreground-rgb: 0, 0, 0; --background-start-rgb: 214, 219, 220;