ICIJ / prophecies

An ICIJ app to conduct data validation and cleaning.
https://icij.gitbook.io/prophecies
GNU Affero General Public License v3.0
19 stars 4 forks source link

chore: we should drop node-sass to use dart-sass instead #151

Closed pirhoo closed 2 years ago

pirhoo commented 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:

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

It's recommended to switch to Dart SASS, which is much faster.