cssinjs / styled-jss

Styled Components on top of JSS.
http://cssinjs.org/styled-jss
MIT License
217 stars 25 forks source link

Component Name as the class name for easier debugging? #77

Open roymdavis opened 3 years ago

roymdavis commented 3 years ago

Is there a way to display the component name as the class name for easier debugging?

Styled components has this functionality with their babel plugin: https://styled-components.com/docs/tooling#better-debugging

Is there a babel plugin for styled JSS that does the same thing or is there any other method to accomplish this?