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 *));