mixins-guards-default-func-2.less 191 Bytes Edit 1 2 3 4 5 6 7 8 9 guard-default-func-conflict { .m(1) {} .m(@x) when not(default()) {} .m(@x) when (@x = 3) and (default()) {} .m(2); .m(3); }