From 998a42819a8afc41e6050d5843f657a603d19cf7 Mon Sep 17 00:00:00 2001 From: Cole Goldsmith Date: Fri, 14 Nov 2025 15:49:59 -0600 Subject: [PATCH] update configs --- frontend/components.json | 2 +- frontend/tailwind.config.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/components.json b/frontend/components.json index 53d2101e..e4c9021f 100644 --- a/frontend/components.json +++ b/frontend/components.json @@ -5,7 +5,7 @@ "tsx": true, "tailwind": { "config": "tailwind.config.ts", - "css": "src/app/globals.css", + "css": "app/globals.css", "baseColor": "neutral", "cssVariables": true, "prefix": "" diff --git a/frontend/tailwind.config.ts b/frontend/tailwind.config.ts index 9dee23da..ab17e91d 100644 --- a/frontend/tailwind.config.ts +++ b/frontend/tailwind.config.ts @@ -11,7 +11,6 @@ const config = { "./pages/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}", "./app/**/*.{ts,tsx}", - "./src/**/*.{ts,tsx}", ], theme: { container: {