feat(tailwind): add source for UI package to Tailwind CSS configuration

- Included a new source path for the UI package in the Tailwind CSS configuration to enhance styling capabilities.
- This addition allows for better integration of UI components with Tailwind's utility classes, improving overall design consistency.
This commit is contained in:
MyPrototypeWhat 2025-09-30 15:12:33 +08:00
parent bebe745e69
commit a6e58776d2

View File

@ -4,6 +4,7 @@
/* heroui */
@plugin '../../hero.ts';
@source '../../../../../node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}';
@source '../../../../../packages/ui/src/**/*.{js,ts,jsx,tsx}';
@custom-variant dark (&:is(.dark *));