I’m looking for best practices to support a dev-team that is leveraging Tailwind. Many multi-modal semantic and component color variables have been created. But Dev-mode only shows the variable value in that instance. Rather than flooding the canvas with every possible instance (ie. light/standby, light/hover, light/focus, light/pressed, dark/standby… )
Is there a way to show nested parameters of variables in dev-mode? How do you approach this?