thgh / rollup-plugin-scss

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

fix: add `outputStyle` key to CSSPluginOptions interface #89

Closed vinayakkulkarni closed 1 year ago

vinayakkulkarni commented 3 years ago

Basically, if you enable typescript for rollup.config files, as per the example, the CSSPluginOptions interface doesn't have the outputStyle key present.

This PR fixes that.

vinayakkulkarni commented 2 years ago

@thgh: can you please review & take this forward ? Thanks.