We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b7c64 commit 744a096Copy full SHA for 744a096
1 file changed
build.js
@@ -72,7 +72,8 @@ StyleDictionaryPackage.registerFormat({
72
theme.tokenColors = dictionary.allProperties.filter((token) => {
73
return token.path[0] === 'syntax'
74
}).map((token) => ({
75
- scope: token.name,
+ name: token.name,
76
+ scope: token.scope,
77
settings: {
78
foreground: token.value,
79
fontStyle: token.fontStyle,
0 commit comments