mixins-guards-default-func-2.less 191 B

12345678910
  1. 
  2. guard-default-func-conflict {
  3. .m(1) {}
  4. .m(@x) when not(default()) {}
  5. .m(@x) when (@x = 3) and (default()) {}
  6. .m(2);
  7. .m(3);
  8. }