Closed pirhoo closed 2 years ago
This project uses node-sass which binds to LibSass. Despite the fact that it's very slow to install as it requires to build node-gyp, LibSass is now deprecated:
node-sass
node-gyp
https://sass-lang.com/blog/libsass-is-deprecated
It's recommended to switch to Dart SASS, which is much faster.
This project uses
node-sass
which binds to LibSass. Despite the fact that it's very slow to install as it requires to buildnode-gyp
, LibSass is now deprecated:https://sass-lang.com/blog/libsass-is-deprecated
It's recommended to switch to Dart SASS, which is much faster.