Skip to content
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

Closed
caitp opened this issue Jul 31, 2013 · 6 comments
Closed

Support for SASS preprocessor? #199

caitp opened this issue Jul 31, 2013 · 6 comments

Comments

@caitp
Copy link

caitp commented Jul 31, 2013

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

@msokk
Copy link

msokk commented Jul 31, 2013

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.
Also connect-sass depends on snockets for handling the Javascript and that is also going through a 2.0 rewrite - pthrasher/snockets#43

Hopefully things will pick up at the end of the summer.

@adunkman
Copy link
Collaborator

adunkman commented Aug 7, 2013

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.

@msokk
Copy link

msokk commented Aug 7, 2013

@adunkman Actually I have SASS and Stylus support for v3 branch in my fork. Wrote an email about this. Shall I submit a PR?

@adunkman
Copy link
Collaborator

adunkman commented Aug 7, 2013

@msokk I process email as a queue—check your email in … 20 minutes? :)

@olafurnielsen-zz
Copy link

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? :)

@adunkman
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants