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 .sass files, not only .scss #12

Closed
vlmonk opened this issue Jun 17, 2012 · 3 comments
Closed

support .sass files, not only .scss #12

vlmonk opened this issue Jun 17, 2012 · 3 comments

Comments

@vlmonk
Copy link

vlmonk commented Jun 17, 2012

Hi, project is awesome, but I can't found a way to compile .sass files

@deanmao
Copy link
Contributor

deanmao commented Jun 17, 2012

The old "yaml" style sass is deprecated and won't be supported. You should be using scss, that's where all current stuff is. It's also backwards compatible with css. I cringe when I see old style sass, because it's so hard to work with when it's not css compatible.

@deanmao deanmao closed this as completed Jun 17, 2012
@balupton
Copy link

balupton commented Jul 9, 2012

While I get that sass is super old, lots of people still use it and often they don't want to upgrade.

If this is a case of not possible, I can work with that (probably by just spawning the ruby gem instead).
Or is this a case of I'm not doing it, but by all means someone else can if they are willing enough?

I mean this sincerely, as we're trying to figure out the best option to go ahead for DocPad so trying to get all the details. Eitherway, you're doing fantastic work.

@deanmao
Copy link
Contributor

deanmao commented Jul 10, 2012

node-sass is mostly just a wrapper for libsass, which currently only handles scss files. sass might actually be easier since one could just use libyaml to make it work, but it currently doesn't exist yet.

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

3 participants