-
-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect token type for Figma variable with an alias #262
Comments
This repo is awesome and your focus on the spec too. I want to get into working with the spec as defining your own can be tough. I noticed you were looking for more dev help on this project from your bio. Let me know if I can help in the implementation on this 👍 @lukasoppermann In any case, I work with Andrew. A few things I've noticed so far:
Based on the observations and figma linked, I was curious about how best to approach this in your experience. I noticed that there were integration tests including aliases in the standard tokens json. Since this is using a color, it would be hard to test a non-color type.
Thanks so much for the time! |
I have an issue where dimension tokens are being exported as color tokens. In the sample below, I'd expect the
space.component.button.inside
tokens to be dimension, not color tokens.Here is an example file with Figma variables set up with aliases that produce this output.
https://www.figma.com/file/1eQQNyiQprQJ8GlJnjnDzT/Untitled?type=design&node-id=0%3A1&mode=design&t=axtP1XAWGj3kvM9x-1
The text was updated successfully, but these errors were encountered: