-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use node-sass? #38
Comments
@sindresorhus, @andrew I have been working on improving node-sass, is there anything we can do to help? |
@bwilkins the main problem isn't really with node-sass, but with libsass which is missing a lot. It's missing both There's grunt-sass for those who want it. But I think the majority of people would still prefer something more feature rich and stable over fast. |
Ohk, that's pretty much what I thought. Do you know if there's a documented set of features missing from libsass? I'm mainly aware of the #{} variable interpolation issue that I believe comes from the ruby implementation, however I'm not certain if that's actually a feature of scss or people are just mistaking it for one. |
@bwilkins no, but I think that could be very useful. |
Exactly. Sass and Compass move pretty fast, and now that a big part of @chriseppstein's job is going to be working on Compass there will probably be more improvements than usual. Being able to use the official library is a big benefit IMO. |
Perhaps what this ticket should be is a note to look at ease-of-use for this module? Ignore the part about speed (it's much of a muchness these days anyway) and just focus on the "easier to setup" part. |
We'll definitely consider this in the future, but for now it's not stable or feature rich enough to be a feasible alternative. Use grunt-sass if you like playing on the edge. |
I agree that this would be premature at this time. However, my medium-term plans include helping get libsass to feature parity and making compass work with libsass in various application frameworks and languages. |
@chriseppstein that's great to hear! :) |
That's fantastic news indeed! It would be incredible if we could drop drop the ruby dependency at some point in the future for Yeoman. |
We should consider doing some Bountysource on libsass to get more people involved. |
wow, just saw the comment from @chriseppstein |
Uses libsass, includes pre-compiled binaries for popular platforms, is probably 1000x faster and easier to set up than the current solution.
https://github.com/andrew/node-sass
(haven't used it myself)
The text was updated successfully, but these errors were encountered: