fix: correct Tailwind CSS import issue

Remove non-existent `tw-animate-css` import and restore proper globals.css.

#VERCEL_SKIP

Co-authored-by: null <162737925+zebulonhermann@users.noreply.github.com>
This commit is contained in:
v0
2025-11-21 05:11:00 +00:00
parent 1833901a29
commit 48d66a5f35
3 changed files with 12 additions and 3 deletions

View File

@@ -34,6 +34,7 @@
"remark-html": "latest",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "latest",
"use-debounce": "latest",
"zod": "4.1.12"
},