mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-23 01:50:13 +08:00
Update tailwind.css to use glob pattern for component imports
This commit is contained in:
parent
d610943f0f
commit
43fb232cca
@ -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 *));
|
||||
|
||||
/* 如需自定义:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user