mirror of
https://github.com/less/less.js.git
synced 2026-02-05 20:44:58 -05:00
.mixin (...) {} // matches any number of arguments
.mixin () {} // matches exactly 0 arguments
.mixin (@a: 1) {} // matches 0-1 arguments