@mixin foo($a, $b...) { a: $a; b: length($b); } .foo {@include foo(1)}