From 43fb232cca38e7ed1fe42e1e64ca911b8c98923d Mon Sep 17 00:00:00 2001 From: MyPrototypeWhat Date: Thu, 13 Nov 2025 17:28:02 +0800 Subject: [PATCH] Update tailwind.css to use glob pattern for component imports --- src/renderer/src/assets/styles/tailwind.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/src/assets/styles/tailwind.css b/src/renderer/src/assets/styles/tailwind.css index 3b5c85c120..5981721b15 100644 --- a/src/renderer/src/assets/styles/tailwind.css +++ b/src/renderer/src/assets/styles/tailwind.css @@ -2,7 +2,7 @@ @import 'tw-animate-css'; @import '../../../../../packages/ui/src/styles/theme.css'; -@source '../../../../../packages/ui/src/components/*.{js,ts,jsx,tsx}'; +@source '../../../../../packages/ui/src/components/**/*.{js,ts,jsx,tsx}'; @custom-variant dark (&:is(.dark *)); /* 如需自定义: