Skip to content

Commit 2f66982

Browse files
authored
Merge pull request #5218 from salesforce-ux/fix/wcag-dist
fix(scope): fix default & root scope
2 parents be50b2b + 9e25276 commit 2f66982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

formats/custom-props.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const theo = require('theo');
22

33
const SLDS = 'slds';
4-
const SCOPED_NAMESPACE = process.env.WCAG_MODE ? ':root' : '.slds-wcag';
4+
const SCOPED_NAMESPACE = (process.env.WCAG_MODE === 'true') ? ':root' : '.slds-wcag';
55

66
theo.registerFormat(
77
'custom-props.scss',

0 commit comments

Comments
 (0)