Curious if anyone can recommend a technique, or perhaps this is a feature request.
I’m using a base design system with color variables (Material 3) and light/dark mode.
I want to create a local variable for my project to handle an exception to the design system (a completely different variable is assigned in light vs dark mode, but both variables belong to the design system).
Currently, I can only do this by using a second, local mode. It’s especially frustrating, because I’m not able to change the parent frame’s mode if the local variable isn’t a visible child (ie, it’s part of a state layer that appears on hover in a prototype).
If I were to broaden the request, I guess it’s something like “more modularity and inheritance options for library/local variables”