RadValentin / postcss-prefix-selector

Prefix all CSS rules with a selector
MIT License
166 stars 16 forks source link

Update plugin to PostCSS 8 and visitors API #95

Closed RadValentin closed 1 month ago

RadValentin commented 3 years ago

This PR continues the work done in #93 to make the plugin completely support PostCSS 8 as part of v2.0.0

TODO

Links

eshimischi commented 2 years ago

Any progress here, some 3rd-party libraries have issues with this library not postcss 8.0 :( for instance, https://github.com/vbenjs/vite-plugin-svg-icons/issues/47

RadValentin commented 2 years ago

Any progress here, some 3rd-party libraries have issues with this library not postcss 8.0 :( for instance, vbenjs/vite-plugin-svg-icons#47

This PR won't fix the problem in the issue you linked, that's being caused by my plugin requiring a newer version of PostCSS (7 or 8). I can try to see if it will run on PostCSS 5 and publish an update to make the dependency less restrictive. Will take a look at it this weekend.

RadValentin commented 2 years ago

Any progress here, some 3rd-party libraries have issues with this library not postcss 8.0 :( for instance, vbenjs/vite-plugin-svg-icons#47

I published a new version of the prefixer, it should fix the issues you were mentioning

windy commented 2 years ago

any updates about this issue?

RadValentin commented 2 years ago

@windy I don't have time right now for this project. My estimate is that it will be done sometime in July.

RadValentin commented 1 month ago

Closing this one in favor of #118