So excited about Variables. I know it was asked at ConFig whether or not Styles would be deprecated, and the answer was, “No”. I have a design system that leverages styles, but I want to migrate to Variables. Something I’m wondering about though, is how useful are Styles for colors now that Variables are in play?
This is where my thinking is at. Is there any reason to have a Style that inherits its color value from a Variable, that I then use to define the color of a component? Or is it better to cut out the middle guy (the Style) and have the component inherit its color directly from the variable?
It may entirely be a preference thing, but I’m not seeing a scenario where I’d want to go the variable → style → component route, and instead just go variable → component. So yea, just curious to the community’s thoughts on this.