From edcc96fc73bbed1533cccaa44b072bf4548438c7 Mon Sep 17 00:00:00 2001 From: shadcn Date: Fri, 12 Dec 2025 21:13:29 +0400 Subject: [PATCH] fix --- apps/v4/app/(create)/create/v0/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/app/(create)/create/v0/route.ts b/apps/v4/app/(create)/create/v0/route.ts index 9b7e2672fe..75b6576438 100644 --- a/apps/v4/app/(create)/create/v0/route.ts +++ b/apps/v4/app/(create)/create/v0/route.ts @@ -107,7 +107,7 @@ function buildGlobalsCss(designSystemConfig: DesignSystemConfig) { const content = dedent`@import "tailwindcss"; @import "tw-animate-css"; -@import "shadcn/tailwind.css"; +/* @import "shadcn/tailwind.css"; */ @custom-variant dark (&:is(.dark *));