Hacker News new | ask | show | jobs
by mradmin 4122 days ago
Here's an even more minimal seed project i've been working on (with sass): https://github.com/badsyntax/react-seed
1 comments

Looks nice! I believe the Webpack sass-loader depends on node-sass instead of the ruby version. Have you found any issues because of that? I remember taking a look at node-sass a couple years ago, and it wasn't up to par with Ruby Sass in terms of functionality and caveats.

I've been meaning to look into Flux as well, seems like an interesting design pattern for large applications.

node-sass (which uses libsass) is now on par with the Ruby version as far as I know.
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