pixsy/node_modules/less/test/less-bom/errors/mixins-guards-default-func-2.less
synth-ruiner 495f1d958e initial
2017-12-22 17:22:08 +00:00

10 lines
191 B
Plaintext

guard-default-func-conflict {
.m(1) {}
.m(@x) when not(default()) {}
.m(@x) when (@x = 3) and (default()) {}
.m(2);
.m(3);
}