is there a way to assign a different cssVariable to a cssVariable based on the class it is nested in?
we are using a design system that has 'tokens' and 'primitives'. the idea is that we can connect different baseColors to a different UI-elements depending on the brand. <h1>Hi this is header</h1> <div class="branded"> <h1>Hi this is header</h1> </div> :root{…