dienstplan/node_modules/less/test/less-bom/errors/mixins-guards-default-func-1.less
2017-09-13 07:52:34 +02:00

10 lines
167 B
Plaintext

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