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:
MyPrototypeWhat 2025-11-11 13:56:37 +08:00
parent 1309b194e9
commit 91215c899d

View File

@ -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';
/* 如需自定义: