⬇️ (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:
@ -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;
|
||||
|
||||
@ -1,2 +0,0 @@
|
||||
import { heroui } from "@heroui/react";
|
||||
export default heroui();
|
||||
Reference in New Issue
Block a user