Skip to content

Commit 9e25276

Browse files
committed
fix(scope): fix default & root scope
1 parent be50b2b commit 9e25276

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)