2012-10-24 53 views

回答

4

您可以使用默認參數值來實現這一點:

.mixin(@width: auto) { 
    width: @width; 
}