Closed RadValentin closed 1 month 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
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.
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
any updates about this issue?
@windy I don't have time right now for this project. My estimate is that it will be done sometime in July.
Closing this one in favor of #118
This PR continues the work done in #93 to make the plugin completely support PostCSS 8 as part of
v2.0.0
TODO
"postcss": "^8.0.0"
as peer and dev dependencyoptions
argument for transform functionLinks