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 the Sass indented syntax (.sass) #185

Closed
kennethormandy opened this issue Dec 30, 2013 · 6 comments
Closed

Support the Sass indented syntax (.sass) #185

kennethormandy opened this issue Dec 30, 2013 · 6 comments

Comments

@kennethormandy
Copy link
Collaborator

Harp now supports SCSS, but not the original Sass indented syntax. This is because it is not supported in libsass yet. There are limited resources there and it doesn’t seem to be a high priority issue, so I’ve been exploring other options.

The original SCSS issue contained +1s for the indented syntax from @danawoodman, @aexmachina, @dw2, @cspiegl, and me.

@dw2
Copy link

dw2 commented Dec 30, 2013

I'd recommend to anyone interested in the original indentation-sensitive Sass syntax to look into using Stylus. The syntax is very similar, and their Mixins are a bit easier to write/understand IMO.

@kennethormandy
Copy link
Collaborator Author

Great point @dw2. If you’re starting a new project, but want to write whitespace significant CSS, you should definitely try out Stylus and Harp. We should also be upgrading Stylus to the latest version soon, which includes the equivalent of Sass’ @contents feature.

@sorahn
Copy link

sorahn commented Jan 15, 2014

+1 for indented syntax. Looks so good with coffeescript and jade (I know I should be using stylus or less, but I can't give up compass yet).

@og2t
Copy link

og2t commented Feb 3, 2014

Hi Kenneth! Just checking if there's has been any movement on .sass indented syntax :)

@kennethormandy
Copy link
Collaborator Author

@og2t Hey, funny you should ask. I was actually working on something for it yesterday. The biggest problem is with imports—but it’ll get there!

Another possibility is that someone will help contribute to the language plugin system (#209), and then you could choose to use the Ruby version of Sass if you wanted.

@jorgepedret
Copy link
Collaborator

This issue is now fixed http://harpjs.com/blog/v0-13-0-sass-indented-syntax-support

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

No branches or pull requests

5 participants