SnowdogApps / magento2-frontools

Set of front-end tools for Magento 2 based on Gulp.js
MIT License
430 stars 142 forks source link

Upgrade to dart-sass #397

Closed GrimLink closed 4 years ago

GrimLink commented 4 years ago

Node-sass has been officially marked as deprecated -> https://github.com/sass/node-sass/issues/2952#event-3923481355 This does not mean it will not get any maintenance releases. But it will not get any new features releases.

Igloczek commented 4 years ago

Unfortunately, Dart Sass does not support exactly the same set of syntax features as Node Sass and it will require some changes on the themes level to adjust the code to the new compiler (for example @extend .button:disabled doesn't work anymore).

I'll add a feature flag to use Dart Sass, but not set it as default, at least for now.

Igloczek commented 4 years ago

Dart Sass support released in v1.10.0