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

Default Mixin Argument Values #3

Open
GoogleCodeExporter opened this issue Aug 31, 2015 · 2 comments
Open

Default Mixin Argument Values #3

GoogleCodeExporter opened this issue Aug 31, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

Would like to be able to have default mixin argument values:

{{{
@defmixin roundedBorder(SIZE = 3px) {
    -moz-border-radius: SIZE;
    -webkit-border-radius: SIZE;
    border-radius: SIZE;
}
}}}

Original issue reported on code.google.com by Zoram...@gmail.com on 15 Nov 2011 at 8:38

@GoogleCodeExporter
Copy link
Author

Original comment by bolinf...@google.com on 17 Nov 2011 at 4:08

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

Trying to migrate from SASS to Closure Stylesheets would really like to see 
this feature. I understand that I put this in programmatically but it would 
make the migration much easier.

Original comment by kiano...@gmail.com on 15 May 2012 at 2:59

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

1 participant