From 348e0dfc80608fffd45ae7d510fb3d609b682b4f Mon Sep 17 00:00:00 2001 From: MyPrototypeWhat Date: Fri, 7 Nov 2025 17:17:24 +0800 Subject: [PATCH] fix(theme.css): standardize import syntax for tailwindcss --- packages/ui/src/styles/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/ui/src/styles/theme.css b/packages/ui/src/styles/theme.css index 3df84b22a7..e690247754 100644 --- a/packages/ui/src/styles/theme.css +++ b/packages/ui/src/styles/theme.css @@ -8,12 +8,11 @@ * Generated on: 2025-11-07T08:56:09.444Z */ -@import "tailwindcss"; +@import 'tailwindcss'; @custom-variant dark (&:is(.dark *)); @theme { - /* ==================== */ /* Primitive Colors */ /* ==================== */