thgh / rollup-plugin-scss

Rollup and compile multiple .scss, .sass and .css imports
MIT License
136 stars 46 forks source link

Support PostCSS/processor, similar to rollup-plugin-sass #8

Closed viveleroi closed 6 years ago

viveleroi commented 7 years ago

I need to pass the compiled css through postcss but am not seeing any built-in options. I'll likely toy around with a custom output function to do what I need in the meantime.

thgh commented 7 years ago

Seems doable and will accept a PR for that!

thgh commented 6 years ago

Check out v0.4.0 🎉

pablote commented 4 years ago

Is there an example on how to set this up? I didn’t see any mention of this. Thanks!