thgh / rollup-plugin-scss

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

[Feature Request] Add option to process sass output #69

Open cpiber opened 3 years ago

cpiber commented 3 years ago

It would be great if there were a option to filter the sass output, kind of like the preprocessor, but even earlier, which receives the whole sass output (not just the css). This way sourcemaps and partial watch support could be added (https://www.npmjs.com/package/node-sass#result-object)