Hi Guys, I’m on creating a design system that support my agency. The idea is
have 2 lib for the master. 1st library will be used for color and the second is used for component.
the case begins when I use a variable in 1st component (actually I’m happy with the alias feature) but the problem is when i want to use this design system for my project (let’s call it XYZ project) and XYZ project needs to create additional lib for saving some important component (let’s call it XXX).
In XXX I can’t get the color variable from the 1st library. How I can solve this?