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:
@@ -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';
|
||||
|
||||
/* 如需自定义:
|
||||
|
||||
Reference in New Issue
Block a user