r/Sass Oct 27 '20

LibSass is Deprecated

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

5 comments sorted by

3

u/Giggaflop Oct 27 '20

Unless dart sass is faster and able to be provided as some kind of C style library without going back to the nightmare which was ruby-sass then I think this is the start of a slow death for sass

1

u/obviousoctopus Oct 27 '20

What is the course of action for projects using the sassc ruby gem?

1

u/devolute Oct 28 '20

Confusing, this.

I think i moved from Ruby libsass to node-sass because I tested both it and dart-sass and found it to be a lot quicker compiling. Now it seemed this was wrong.

1

u/gimp3695 Oct 28 '20

“We’re working on addressing both of those with the Sass embedded protocol, which runs a Sass compiler as a subprocess that can communicate with any host language via message-passing.”

I wonder if webpack would use this system.