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

Allow + and = in .scss style syntax. #129

Closed
MarioRicalde opened this issue Jul 5, 2011 · 3 comments
Closed

Allow + and = in .scss style syntax. #129

MarioRicalde opened this issue Jul 5, 2011 · 3 comments

Comments

@MarioRicalde
Copy link

It would be great if we could allow + and = alias to work within the .scss syntax. This would help reduce the amount of noise created when working heavily with mixins on your stylesheet.

All the syntax would be the same:

 +something(100px);

Instead of

 @include something(100px);

Please consider it! I'm currently doing monkey patching to achieve this.. but it's not the best solution.

@rstacruz
Copy link

+1
I would totally love this. Typing out @include everytime is getting tiresome.

(Maybe you can even do something: 100px but that's a bit of a stretch :D)

@barraponto
Copy link

Why don' you use the SASS syntax? It rocks.

@chriseppstein
Copy link

this is a dup, can't find the other tho.

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