From 13e64ea341c6fe4e0ac6f0225a4412dc9d7aff08 Mon Sep 17 00:00:00 2001 From: shadcn Date: Wed, 4 Mar 2026 22:10:00 +0400 Subject: [PATCH] fix: v0 tailwind import --- apps/v4/app/(create)/lib/v0.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/app/(create)/lib/v0.ts b/apps/v4/app/(create)/lib/v0.ts index 6fb58458f..53805442f 100644 --- a/apps/v4/app/(create)/lib/v0.ts +++ b/apps/v4/app/(create)/lib/v0.ts @@ -194,7 +194,7 @@ function buildGlobalsCss(registryBase: RegistryItem) { const content = dedent`@import "tailwindcss"; @import "tw-animate-css"; -/* @import "shadcn/tailwind.css"; */ +@import "shadcn/tailwind.css"; @custom-variant dark (&:is(.dark *));