Anidetrix / rollup-plugin-styles

🎨 Universal Rollup plugin for styles: PostCSS, Sass, Less, Stylus and more.
https://anidetrix.github.io/rollup-plugin-styles
MIT License
243 stars 43 forks source link

Support Parcel CSS as alternative to cssnano #206

Open dilyanpalauzov opened 2 years ago

dilyanpalauzov commented 2 years ago

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

devongovett commented 2 years ago

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

veikkoeeva commented 2 years ago

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

drzraf commented 1 year ago

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