mixins-guards-default-func-1.less 167 Bytes
Newer Older
jatuporn Tonggasem's avatar
jatuporn Tonggasem committed
1 2 3 4 5 6 7 8 9

guard-default-func-conflict {
    .m(@x, 1)                  {}
    .m(@x, 2) when (default()) {}
    .m(@x, 2) when (default()) {}

    .m(1, 1);
    .m(1, 2);
}