// Breaks (fixed now)
.mixin(@variable, @anotherVariable) {}
// Works
.mixin(@variable; @anotherVariable) {}
// Ok
.mixin(@variable) {}