Skip to content

Commit 9a8794a

Browse files
committed
Fix
1 parent 1265864 commit 9a8794a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/design-tokens/src/formats/color-mode-attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function colorModeAttributes({dictionary, file, options}) {
3232

3333
const renderLightMode = () =>
3434
`:root,
35-
[data-color-mode="${defaultMode}]",
35+
[data-color-mode="${defaultMode}"],
3636
[data-color-scheme="light"] {
3737
${allTokens
3838
.map(createPropertyFormatter({outputReferences, dictionary, format: 'css', formatter: {}, themeable: false}))

0 commit comments

Comments
 (0)