rollup-plugin-styles
rollup-plugin-styles copied to clipboard
Support Parcel CSS as alternative to cssnano
Parcel CSS pretends to compress better CSS compared to css nano, both in terms of final size and speed. It would be nice, if rollup-plugin-styles offers minification using Parcel CSS as alternative to cssnano.
https://github.com/parcel-bundler/parcel-css
Hey, let me know if there's anything you need help with for this! Would love to see Parcel CSS support in this plugin. 😄
Noted also at https://github.com/Anidetrix/rollup-plugin-styles/issues/200 where processing CSS in template liters (CSS-in-JSS) became a thought.
I think https://github.com/Anidetrix/rollup-plugin-styles/issues/232 is the way to go in order to integrate properly.