From 3fa356c730619fc4ad9e0f4f10962a621643f435 Mon Sep 17 00:00:00 2001 From: Jess Stopa Date: Wed, 10 Sep 2025 21:46:17 +0200 Subject: [PATCH] Removed the tailwind.config value --- components.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components.json b/components.json index bd00bc68..4a304d0e 100644 --- a/components.json +++ b/components.json @@ -4,7 +4,7 @@ "rsc": false, "tsx": true, "tailwind": { - "config": "tailwind.config.js", + "config": "", "css": "resources/css/app.css", "baseColor": "neutral", "cssVariables": true,