Skip to content

Commit b8e0994

Browse files
authored
fix(type-tokens): do not emit type custom properties by default (#18807)
1 parent 7f71294 commit b8e0994

File tree

4 files changed

+1470
-4545
lines changed

4 files changed

+1470
-4545
lines changed

packages/styles/scss/__tests__/__snapshots__/config-test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exports[`@carbon/styles/scss/config Public API 1`] = `
44
Object {
55
"css--body": true,
66
"css--default-type": true,
7-
"css--emit-type-custom-props": true,
7+
"css--emit-type-custom-props": false,
88
"css--font-face": true,
99
"css--reset": true,
1010
"flex-grid-columns": 16,

0 commit comments

Comments
 (0)