- Package:
- libsass, node-node-sass
- Source:
- libsass node-node-sass
- Submitter:
- Pirate Praveen
- Date:
- 2021-05-20 18:45:03 UTC
- Severity:
- important
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.