Skip to content

Commit e5dfde0

Browse files
committed
chore: Enable useCssVar by default in buildtime
1 parent fc8797e commit e5dfde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/build/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export async function buildThemedComponentsInternal(params: BuildThemedComponent
7373
descriptions = {},
7474
jsonSchema = false,
7575
failOnDeprecations,
76-
useCssVars = false,
76+
useCssVars = true,
7777
} = params;
7878

7979
if (!skip.includes('design-tokens') && !designTokensOutputDir) {

0 commit comments

Comments
 (0)