buntarb / closure-stylesheets

Automatically exported from code.google.com/p/closure-stylesheets
Apache License 2.0
0 stars 0 forks source link

Default Mixin Argument Values #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
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