So i am trying to get something to work that might be a little specific.
I have a file with components that have semantic variables that i use as a ‘database’ of different site components, i have set different variables like border-radius, font-family etc. When i want to create a new project i want to use the library from this file and use all the component with all their variables except for the color variables.
So what i did was export the color variables from the ‘master’ file, import in the new project, published the library from the new file and swapped the color variable from the masterfile (thats connected) with the new library from the new file.
So this worked, which is great, but the only problem is that everytime that i want to change the colors and see changes i have to publish the library (from the new project) en then push the updates on that same file, which seems kind off strange since i’m working in that file already.
Is there a way to instantly auto-update the swapped variable, or maybe connect the to the local variables without having to manually change all the variables inside the component instances? I also have to swap the library color variable everytime i add an new instance of a ‘master file’ component, but i wan’t all the instances to automatically use the new variables.
