sindresorhus / grunt-sass

Compile Sass to CSS
MIT License
1.01k stars 211 forks source link

Node 10 support #291

Closed arodik closed 6 years ago

arodik commented 6 years ago

I've tried to use the grunt-sass with Node 10 and I've experienced problems because node-sass 4.7.2 doesn't support the new Node.

Can you publish the new version after merging the PR?

sindresorhus commented 6 years ago

Just reinstall grunt-sass and you'll get the latest node-sass version. That's how semver works.

arodik commented 6 years ago

thanx