mixin-not-defined-2.less 86 B

1234567
  1. .non-matching-mixin(@a @b) {
  2. args: @a @b;
  3. }
  4. x {
  5. .non-matching-mixin(x, y);
  6. }