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