⬆️ updgrade tailwindcss to v4

This commit is contained in:
2025-08-05 07:17:14 +07:00
parent 9930f27a84
commit 6b491bccd4
7 changed files with 280 additions and 306 deletions

View File

@ -1,3 +1,5 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "tailwindcss";
@plugin './hero.ts';
/* Note: You may need to change the path to fit your project structure */
@source '../node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}';
@custom-variant dark (&:is(.dark *));