sketch2react / stratos-tokens-app-feedback

Share your feedback on the Stratos Tokens app.
1 stars 0 forks source link

Names appear double in exports #5

Open sixtus opened 3 years ago

sixtus commented 3 years ago

figma

When I export the structure as shown in the figma screenshot, I get attributes like

  --lids-tokens-fonts-h1-h1-line-height: 4;
  --lids-tokens-fonts-h1-h1-letter-spacing: 0.012500000186264515;
  --lids-tokens-fonts-h1-h1-font-weight: 600;
  --lids-tokens-fonts-h1-h1-font-size: 3.25;
  --lids-tokens-fonts-h1-h1-font-family: Gilroy, Gilroy-Semibold;
  --lids-tokens-fonts-h1-h1-fill: rgba(22,30,55,1);
  --lids-tokens-fonts-h1-h1-border: ;

i.e. there is a double h1 and I can't figure out how to avoid that.