bernard-lin / babel-plugin-glamorous-displayname

A babel plugin for Glamorous displayNames 💄
http://npm.im/babel-plugin-glamorous-displayname
MIT License
32 stars 2 forks source link

We need the same for styled-jss #5

Open kof opened 7 years ago

kof commented 7 years ago

Its not too hard to make it configurable, lets not maintain the same thing over dozens of repositories and make one for all similar use cases.

Related issue https://github.com/cssinjs/styled-jss/issues/25

kentcdodds commented 7 years ago

Yes! A PR will be accepted to make it configurable.

kof commented 7 years ago

What about the name, it would be not 100% correct in that case?

kentcdodds commented 7 years ago

True, we'd need a name change

slorber commented 6 years ago

would also use it with glamorous-native

kentcdodds commented 6 years ago

That should be simple enough! Just need to modify this and this :smile:

Also a test would probably be welcome :smile: Feel free to make a pull request

esamattis commented 6 years ago

I've actually made something like this few months ago https://github.com/epeli/babel-plugin-display-name-custom

kentcdodds commented 6 years ago

That looks awesome! If you'd like to make a pull request to use your create plugin function for this package that'd be sweet. I'd love to collaborate and join efforts :)