We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85b01dc commit 0c3a97cCopy full SHA for 0c3a97c
src/index.ts
@@ -30,7 +30,7 @@ const formatTokens = (
30
? `var(--${addHyphen(prefix) + cur.name})`
31
: `var(--${cur.name})`
32
} else {
33
- acc[Object.values(cur.attributes).join('.')] = cur.value
+ acc[Object.values(cur.attributes).join('.')] = cur["$value"] || cur["value"]
34
}
35
36
0 commit comments