-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Impossible to add a new variable without loosing all references #2055
Comments
We already support Figma references. As long as
we will apply the correct reference This means, that if for example your which was created by a theme structure like this: and results in this |
Closing, feel free to reopen if you feel it's not solved |
Hello Six7,
Semantic file use Core references, and components file use Semantic references. Components file don't know anything about core file. So for each file my list of variable is:
For usability reasons I don't want to duplicates all tokens as variables in all my files. Praticlay speaking if a designer use the semantic library in Figma, then I don't want to expose Core variables. Of course I could set them to "don't publish" but I dont want to do that manually on 200 variables one by one. Tell me, may be I'm wrong ? :) |
Don't know how to reopen it. |
@XavierVilars I think #1974 and #2023 will solve your use case |
Describe the bug
It's clearly a bloker.
To Reproduce
See above
Expected behavior
I want to be able to add, remove, edit tokens in Token Studio without loosing my previous work. Of course all is related to the fact that for the moment Token Studio is not in capacity to memorise the location of my tokens in my figma"s files.
Finally it's only asking for Token Studio to take into account a new parameter: the figma reference.
Cheers.
The text was updated successfully, but these errors were encountered: