Closed dkorobeinikov closed 4 years ago
PR welcome! I would then prefer to still use node-sass because it's faster. So having both as peerdependencies and allowing developers to choose which one? This would be a major version bump.
Released the sass
option in v2.4.0
Is it possible to replase
node-sass
package withsass
?sass
has more frequent updates, supports newest SASS features and requires much less dependencies (according to npm.anvaka.comsass
has 18 deps) whilenode-sass
needs 179. Also,sass
doesn't depend on NodeJS C++ AddonsIn most cases
sass
has the same API asnode-sass
, so it shouldn't be much problems on migrating.