closure-stylesheets
closure-stylesheets copied to clipboard
Default Mixin Argument Values
trafficstars
Originally reported on Google Code with ID 3
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;
}
}}}
Reported by Zoramite on 2011-11-15 20:38:49
Reported by [email protected] on 2011-11-17 16:08:35
- Labels added: Type-Enhancement
- Labels removed: Type-Defect
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.
Reported by kianoshp on 2012-05-15 14:59:37