From bf6a74210fbe02c09323e39e09f733733814976c Mon Sep 17 00:00:00 2001 From: Reece Date: Wed, 18 Jun 2025 13:36:24 +0100 Subject: [PATCH] Remove repeated tailwind imports causing issues --- frontend/src/index.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/src/index.css b/frontend/src/index.css index 79e619244..ec2585e8c 100644 --- a/frontend/src/index.css +++ b/frontend/src/index.css @@ -1,8 +1,3 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; - - body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', @@ -12,7 +7,6 @@ body { -moz-osx-font-smoothing: grayscale; } - code { font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;