AccordBox / python-webpack-boilerplate

Django Webpack boilerplate & Flask Webpack boilerplate
https://python-webpack-boilerplate.rtfd.io
MIT License
169 stars 20 forks source link

replace node-sass with dart-sass #8

Closed danhayden closed 3 years ago

danhayden commented 3 years ago

LibSass (used by node-sass) is now deprecated, dart-sass is the recommended replacement.

dart-sass is faster to install, faster at compiling sass source files and also has freatures not supported in node-sass.

https://sass-lang.com/blog/libsass-is-deprecated

michael-yin commented 3 years ago

@danhayden

Thanks for your PR, I already used dart-sass in v0.0.4 release.

Will close this PR.

Thx.