Ask HN: Sass, Less, or Stylus – which do you use and why?

1 points by smt88 ↗ HN
See title. I've used Sass to customize a Bootstrap theme, but now I'm starting a huge project and want to use the one that's the most elegant.

1 comment

[ 4.0 ms ] story [ 10.3 ms ] thread
In a recent update of an old web application I cleaned up the relatively small but very crufty stylesheets, using Sass to reduce code duplication (simple mixins for classes with partly identical styles).

Sass looked like the most suitable among mature CSS preprocessors running on node.js.