Hacker News new | ask | show | jobs
by pavelgavlik 4414 days ago
> "The most used preprocessor with a kick-ass mixin library" Is this true?

Well, if I look at GitHub stars (not the best metric, but still), then less.js has about 3x more stars than sass.

> I haven't looked for actual numbers, but most FE devs I talk to use sass. We use node-sass + autoprefixer and it compiles orders of magnitude faster than compass+sass and means you don't have a dependency on ruby (or php like Less).

I like node-sass as well. It would be great to have something similar and popular enough for LESS. Official Javascript-based compiler isn't sometimes fast enough.

> Also, gulp is much faster than grunt which is especially noticeable on large projects.

Yes, Gulp is great in many ways and Phở uses it as a task runner.