Open istenrom opened 1 year ago
We had a similar problem (with the background variable) and it turned out to be due to another file generating a token with the same name. The transformer is used to namespace them but in this case it seemed to just not add the token. It may be a similar issue?
Hi,
we have a lot of tokens starting with this structure in Figma tokens.
"color": { "text": { "badge": {
"color": { "text": { "button": {
etc.
when we export all .json the scss variable doesn't show the tokens and only shows this token
--bv-color-text: [object Object];
any ideas?
we have a the same structure for other tokens like this .json but the only problem is with the "text"