mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 12:51:26 +08:00
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.
This commit is contained in:
parent
1309b194e9
commit
91215c899d
@ -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';
|
||||
|
||||
/* 如需自定义:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user