closure-stylesheets icon indicating copy to clipboard operation
closure-stylesheets copied to clipboard

Default Mixin Argument Values

Open iflan opened this issue 10 years ago • 2 comments
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

iflan avatar Oct 23 '15 20:10 iflan

Reported by [email protected] on 2011-11-17 16:08:35

  • Labels added: Type-Enhancement
  • Labels removed: Type-Defect

iflan avatar Oct 23 '15 20:10 iflan

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

iflan avatar Oct 23 '15 20:10 iflan