You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think that we can add this feature to babel-plugin-styled-jss, so as not to produce a lot of babel-plugins for styled-jss for base needs.
I see babel-plugin-styled-jss as a set of configurable tools and helpers for styled-jss provided by babel (displayName, syntax sugar like template strings, sourcemaps etc.).
Maybe we can make one like babel-plugin-styled and support other libs, but I can't say for sure yet
you still have to maintain some code for this, would be better to have a configurable one, because its easy and the for e.g. use it inside of your babel-plugin-styled.
There is one for glamorous https://www.npmjs.com/package/babel-plugin-glamorous-displayname
I think we should create a new one and make it configurable.
The text was updated successfully, but these errors were encountered: