Valentin Radulescu
Valentin Radulescu
I've looked into it and Parcel has completely redesigned their plugin system in v2. My plugin would have to be rebuilt from scratch and I don't currently have time to...
> Any progress here, some 3rd-party libraries have issues with this library not postcss 8.0 :( for instance, [vbenjs/vite-plugin-svg-icons#47](https://github.com/vbenjs/vite-plugin-svg-icons/issues/47) This PR won't fix the problem in the issue you linked,...
> Any progress here, some 3rd-party libraries have issues with this library not postcss 8.0 :( for instance, [vbenjs/vite-plugin-svg-icons#47](https://github.com/vbenjs/vite-plugin-svg-icons/issues/47) I published a new version of the prefixer, it should fix...
@windy I don't have time right now for this project. My estimate is that it will be done sometime in July.
Hey @chiquan-hong, it depends on how you're loading the third party library. You'd need to find a way to run those styles through postcss. Can you give me more details...
@EduardoUmpierre Unfortunately I haven't had much time to dedicate to open source lately. I have winter vacation coming up so I may look at it but I'm not making any...
Good point but I'm not sure if the prefixer should do anything to `html`, `body` or `:root` by default. I'm thinking of making it skip these selectors altogether. The user...
I think it's a good idea but I don't have time ATM to work on this plugin, if someone wants to implement this functionality they have my full support. In...
You can configure the plugin as part of a webpack config or of a postcss config, it just depends on how your project is structured. The logic shouldn't be too...
TODO: Add a default value to the exclude config option, `exclude: ['html', 'body']`