From 9e08c8409dcb741e775a84181a3a06b1c9390dd1 Mon Sep 17 00:00:00 2001 From: molvqingtai Date: Fri, 14 Jul 2023 03:06:51 +0800 Subject: [PATCH] chore(config): fix components.json configuration --- components.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components.json b/components.json index 4fe7bc9..7d79574 100644 --- a/components.json +++ b/components.json @@ -4,8 +4,8 @@ "rsc": false, "tsx": true, "tailwind": { - "config": "tailwind.config.js", - "css": "@/styles/main.css", + "config": "tailwind.config.ts", + "css": "@/index.css", "baseColor": "slate", "cssVariables": true },