dlmanning / gulp-sass

SASS plugin for gulp
MIT License
1.57k stars 381 forks source link

Why is node-sass a hard dependency when one could also choose dart-sass? #765

Closed hoeni closed 4 years ago

hoeni commented 4 years ago

as we only use dart-sass with gulp-sass, this is especially hard when you hit one of the various build problems of node-sass.

Are there reasons not to remove it or make it a peer dependency?

xzyfer commented 4 years ago

Because the maintainer of gulp sass are the same maintainers of node-sass

DanielRuf commented 4 years ago

Well, the docs mention to install node-sass too. So isn't the node-sass dependency a bit duplicate?