rollup-plugin-styles icon indicating copy to clipboard operation
rollup-plugin-styles copied to clipboard

Support Parcel CSS as alternative to cssnano

Open dilyanpalauzov opened this issue 3 years ago • 3 comments

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

dilyanpalauzov avatar Jan 17 '22 13:01 dilyanpalauzov

Hey, let me know if there's anything you need help with for this! Would love to see Parcel CSS support in this plugin. 😄

devongovett avatar Feb 10 '22 16:02 devongovett

Noted also at https://github.com/Anidetrix/rollup-plugin-styles/issues/200 where processing CSS in template liters (CSS-in-JSS) became a thought.

veikkoeeva avatar May 17 '22 10:05 veikkoeeva

I think https://github.com/Anidetrix/rollup-plugin-styles/issues/232 is the way to go in order to integrate properly.

drzraf avatar Jun 01 '23 18:06 drzraf