6 ms·
I also refuse to touch node-sass (Bulma wisely opted for the Dart implementation, so this is a bit of a tangent). Node itself partially shares the blame for the
by CSSer 2y ago
I also refuse to touch node-sass (Bulma wisely opted for the Dart implementation, so this is a bit of a tangent). Node itself partially shares the blame for the binding situation, and it's improving with Node ABI. Regardless, it's just too complex a dependency when, as you pointed out, pure CSS is increasingly very capable.
It's encouraging to see Tailwind recognizing this and embracing it more thoroughly in their 4.0 alpha.
- c-hendricks 2y agonode-sass has been deprecated for about 4 years now: https://sass-lang.com/blog/libsass-is-deprecated/ https://sass-lang.com/blog/libsass-is-deprecated/
- CSSer 2y agoHeh, I didn’t know that. I just occasionally encounter very old projects that use it. Good riddance.
- nicoburns 2y agoIf you want something faster than dart-sass, then https://github.com/connorskees/grass https://github.com/connorskees/grass (a rust implementation) is pretty good these days (although it doesn't quite have full compatibility yet).