From 48d66a5f35e366f6532818fd052bc829a93d2fc0 Mon Sep 17 00:00:00 2001 From: v0 Date: Fri, 21 Nov 2025 05:11:00 +0000 Subject: [PATCH] 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> --- app/globals.css | 6 +++--- package.json | 1 + pnpm-lock.yaml | 8 ++++++++ 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/app/globals.css b/app/globals.css index 23cc7e3..aebf69c 100644 --- a/app/globals.css +++ b/app/globals.css @@ -1,5 +1,5 @@ -@import 'tailwindcss'; -@import 'tw-animate-css'; +@import "tailwindcss"; +@import "tw-animate-css"; @custom-variant dark (&:is(.dark *)); @@ -9,7 +9,7 @@ --card: oklch(1 0 0); --card-foreground: oklch(0.145 0 0); --popover: oklch(1 0 0); - --popover-foreground: oklch(0.145 0 0); + --popover-foreground: oklch(0.985 0 0); --primary: oklch(0.205 0 0); --primary-foreground: oklch(0.985 0 0); --secondary: oklch(0.97 0 0); diff --git a/package.json b/package.json index e571310..7c8219d 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8f763c7..363a36c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -86,6 +86,9 @@ importers: tailwindcss-animate: specifier: ^1.0.7 version: 1.0.7(tailwindcss@4.1.17) + tw-animate-css: + specifier: latest + version: 1.4.0 use-debounce: specifier: latest version: 10.0.6(react@19.2.0) @@ -2313,6 +2316,9 @@ packages: peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + tw-animate-css@1.4.0: + resolution: {integrity: sha512-7bziOlRqH0hJx80h/3mbicLW7o8qLsH5+RaLR2t+OHM3D0JlWGODQKQ4cxbK7WlvmUxpcj6Kgu6EKqjrGFe3QQ==} + type-check@0.4.0: resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} engines: {node: '>= 0.8.0'} @@ -4983,6 +4989,8 @@ snapshots: tslib: 1.14.1 typescript: 5.7.3 + tw-animate-css@1.4.0: {} + type-check@0.4.0: dependencies: prelude-ls: 1.2.1