-
Notifications
You must be signed in to change notification settings - Fork 169
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
Support for SASS preprocessor? #199
Comments
I have the same idea as node-sass has progressed nicely and it would be easy to integrate, but there is a total rewrite going on in branch v3, in which the whole library has been split into modules and code converted into plain Javascript. So probably any new feature should go into the next version, but v3 branch hasn't been updated for 5 months. Hopefully things will pick up at the end of the summer. |
What @msokk said! Yes, SASS is great, and I'd love to support it. Feel free to submit a PR for the current version—I'm trying to focus my available time on the next version. |
@adunkman Actually I have SASS and Stylus support for v3 branch in my fork. Wrote an email about this. Shall I submit a PR? |
@msokk I process email as a queue—check your email in … 20 minutes? :) |
Hey guys, btw. love your project @adunkman – Is sass support coming to the master branch or will it only be available in v3? Any news on that? :) |
I don’t plan on implementing SASS support in the 2.x branch. 3.0.0-alpha1 shipped over the weekend though, and it includes SASS support. Be sure to read the updated README, as a lot has changed from 2.x. |
I know that we've got LESS in here and that's cool, but my experience has primarily been with SASS in web dev, and I'm hearing from other devs that their tendency is go for sass (maybe that's a rails habit? I'm not sure)
Anyways, I'm not sure if it would be a big deal, I'm happy to write a patch to do it in a few weeks when I've got some time, but it might be a cool thing to provide.
My apologies if this has been brought up before, a quick search through (admittedly just the front several pages of) issues didn't find anything. Cheers
The text was updated successfully, but these errors were encountered: