sindresorhus / grunt-sass

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

Add support for Dart Sass #283

Closed nex3 closed 6 years ago

nex3 commented 6 years ago

Fixes #278

nex3 commented 6 years ago

cc @xzyfer

sindresorhus commented 6 years ago

I still think we should not depend on node-sass by default. One of the benefits of dart-sass is also that it's much less painful to install. Users should be free to pick either and we should not be opinionated about which one they pick.

nex3 commented 6 years ago

That was my original plan, but @xzyfer had the opposite request. I'll update the PR to do that instead.

nex3 commented 6 years ago

Updated.