mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-23 18:10:26 +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 'tw-animate-css';
|
||||||
|
|
||||||
@import '../../../../../packages/ui/src/styles/theme.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 *));
|
@custom-variant dark (&:is(.dark *));
|
||||||
|
|
||||||
/* 如需自定义:
|
/* 如需自定义:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user