I have a REACT Javascript app that dynamically defines a ton of styles using a mix of CSS, SCCS and "useStyles()". Is there a simple way I can see exactly which classNames have been defined in the Chrome developer tools?
Failing that, is there a way I can find and iterate through all the classes in my own code so that I might dump out all the class names to the console?