mixins-guards-cond-expected.less 63 B

12345
  1. .max (@a, @b) when @a {
  2. width: @b;
  3. }
  4. .max1 { .max(3, 6) }