Anidetrix / rollup-plugin-styles

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

Separate css and .min.css files #211

Open haseebanwar opened 2 years ago

haseebanwar commented 2 years ago

Hello, we can pass a minimize option for minifying the generated CSS but is there a way we can generate two separate CSS bundles? One minified and one as it is.

Thanks