thgh / rollup-plugin-scss

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

Resolve processor as a promise during transform step #51

Closed geotrev closed 4 years ago

geotrev commented 4 years ago

Currently, this plugin will return {} when attempting to inline the output CSS with an async options.processor.

Fix: Resolve options.processor as a promise.

Checklist: