⬇️ (tailwind) downgrade tailwind to v3

downgrading tailwind because heroUI beta that support tailwind v4 encounter error that makes full reload pages when use
link from HeroUI, will be updated to v4 when it's fixed.
This commit is contained in:
2025-07-13 14:10:54 +07:00
parent 9d33464479
commit 0f4bfdfe1c
8 changed files with 300 additions and 249 deletions

View File

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

View File

@ -1,2 +0,0 @@
import { heroui } from "@heroui/react";
export default heroui();