Hacker News new | ask | show | jobs
by xtian 4122 days ago
node-sass (which uses libsass) is now on par with the Ruby version as far as I know.
1 comments

It's not quite there yet, but they've made a lot of progress in the last few months:

https://github.com/sass/libsass/wiki/The-LibSass-Compatibili...

https://github.com/sass/libsass/milestones/3.2

http://sass-compatibility.github.io/

It's at the point where I can use node-sass and Ruby Sass interchangeably for our (very large) Sass code base at my company, but we also don't rely very heavily on the newest features. Worth a try, anyway.

If node-sass doesn't work for you though, there's also a webpack loader for Ruby Sass: https://github.com/ddelbondio/ruby-sass-loader