📌 edit hero ui to beta version

fixing compability hero UI for tailwind v4
This commit is contained in:
2025-07-09 22:11:43 +07:00
parent 28d81d9792
commit 2b40f9b407
3 changed files with 86 additions and 82 deletions

View File

@ -1,4 +1,4 @@
@import "tailwindcss";
@plugin './hero.ts';
@source '../../node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}';
@source '../node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}';
@custom-variant dark (&:is(.dark *));