JPeer264 / node-rename-css-selectors

📝 Rename css classes and id's in files
MIT License
65 stars 9 forks source link

[Request] Gatsby support #34

Open braco opened 5 years ago

braco commented 5 years ago

This would be great with Gatsby, and would be easy if you support Webpack, as another issue asked about.

Great job!

JPeer264 commented 5 years ago

Hey @braco thanks for your feature request. Unfortunately I do not have enough time the next weeks to implement that, but it sounds like a great feature.

But which exactly is the benefit to have a Gatsby plugin? (I am not familiar with this library)

braco commented 5 years ago

@JPeer264: it's a popular static output framework with a large community. Webpack support would be enough, consider this one more reason for that feature :)

JPeer264 commented 5 years ago

@braco I created now a webpack plugin for rcs. You think that would fix this issue? Or is an own Gatsby plugin necessary?