thgh / rollup-plugin-scss

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

Upgrade node-sass #17

Closed mstijak closed 6 years ago

mstijak commented 6 years ago

This plugin uses an older version of node-sass which fails to install with Node 9.x. If you agree, I'll make a PR to upgrade the version of node-sass.

thgh commented 6 years ago

Sure!

thgh commented 6 years ago

On second thoughts, I don't think this will help. package.json only defines a minimum version and your project can use any version of node-sass starting from 4.5.3 and lower than 5.

Your pull request does not change the installed version of node-sass. You would need to update the lock file for that.