#988884 libsass and node-node-sass is deprecated upstream

#988884#5
Date:
2021-05-20 18:42:41 UTC
From:
To:
libsass and node-sass seems deprecated by upstream in favor of dart
sass.

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

I was trying to package rollup-plugin-sass and noticed it is using sass
module and not node-sass module.

I tried a simple patch to replace sass with node-sass in
rollup-plugin-sass, but build was failing when trying to bundle it.

I will try packaging dart-sass, but I have never touched a package
written in dart yet.