From 6473d006495aa1bcc3b98667f05c405be2e2098d Mon Sep 17 00:00:00 2001 From: Bram Suurd Date: Sat, 10 Aug 2024 16:14:33 +0200 Subject: [PATCH] refactor: Update components.json to use new path for global CSS file --- components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.json b/components.json index fa674c9..380285b 100644 --- a/components.json +++ b/components.json @@ -5,7 +5,7 @@ "tsx": true, "tailwind": { "config": "tailwind.config.ts", - "css": "app/globals.css", + "css": "@/styles/globals.css", "baseColor": "slate", "cssVariables": true, "prefix": ""