There was an error while loading. Please reload this page.
1 parent 1265864 commit 9a8794aCopy full SHA for 9a8794a
1 file changed
packages/design-tokens/src/formats/color-mode-attributes.js
@@ -32,7 +32,7 @@ function colorModeAttributes({dictionary, file, options}) {
32
33
const renderLightMode = () =>
34
`:root,
35
- [data-color-mode="${defaultMode}]",
+ [data-color-mode="${defaultMode}"],
36
[data-color-scheme="light"] {
37
${allTokens
38
.map(createPropertyFormatter({outputReferences, dictionary, format: 'css', formatter: {}, themeable: false}))
0 commit comments