mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-11 08:19:01 +08:00
chore: update Tailwind CSS imports and adjust source paths
- Replaced the import of `theme.css` with `tailwindcss` for improved styling management. - Adjusted the source path to include components specifically, enhancing clarity in file structure. - Retained the import of `tw-animate-css` for animation support.
This commit is contained in:
parent
6042ee8ca8
commit
2c07ea0dd8
@ -1,10 +1,12 @@
|
|||||||
@import '../../../../../packages/ui/src/styles/theme.css';
|
@import 'tailwindcss';
|
||||||
@import 'tw-animate-css';
|
@import 'tw-animate-css';
|
||||||
|
|
||||||
|
@import '../../../../../packages/ui/src/styles/theme.css';
|
||||||
|
|
||||||
/* TODO heroui 迁移完成后即可删除 */
|
/* TODO heroui 迁移完成后即可删除 */
|
||||||
/* heroui */
|
/* heroui */
|
||||||
/* @plugin '../../hero.ts'; */
|
/* @plugin '../../hero.ts'; */
|
||||||
/* @source '../../../../../packages/ui/src*.{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