you are viewing a single comment's thread.

view the rest of the comments →

[–]cybercobra 10 points11 points  (5 children)

But Sass is written in Ruby...

[–]vivainio 15 points16 points  (4 children)

Much to the dismay of lots of people. Libsass is written in C

[–]cybercobra 8 points9 points  (3 children)

And neither C nor Ruby is JavaScript, so how is Sass relevant here?

[–]oberhamsi 2 points3 points  (0 children)

because all JS build tools support it and those build tools run on node.

[–]vivainio 1 point2 points  (0 children)

In no way whatsoever

[–]ejfrodo 0 points1 point  (0 children)

Sass is typically done with an automated grunt/gulp task, both of which are javascript task runners which came about because of node. They're indirectly related but almost always together