From 91215c899df4dce7b9a2ad85d72978ccbbaccc1e Mon Sep 17 00:00:00 2001 From: MyPrototypeWhat Date: Tue, 11 Nov 2025 13:56:37 +0800 Subject: [PATCH] style(tailwind): add source import for UI components in tailwind.css - Included a new source import statement for UI components to enhance styling capabilities. - Maintained existing imports while ensuring compatibility with the updated structure. --- 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 ea315fd693..888d988cc4 100644 --- a/src/renderer/src/assets/styles/tailwind.css +++ b/src/renderer/src/assets/styles/tailwind.css @@ -1,6 +1,6 @@ @import 'tailwindcss'; @import 'tw-animate-css'; - +@source '../../../../../packages/ui/src/components/**/*.{js,ts,jsx,tsx}'; @import '../../../../../packages/ui/src/styles/theme.css'; /* 如需自定义: