thgh / rollup-plugin-scss

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

Ability to process resulted CSS before emitting to output. #13

Closed Infeligo closed 6 years ago

Infeligo commented 6 years ago

This is an implementation of the feature requested in #8, similar to what rollup-plugin-sass provides. Intended use case is integration with PostCSS. The main difference from using a custom output function is that with processor function I can reuse this plugin's bundle filename deducing and size reporting (so processing and file writing concerns are separated).