W72crm_web-master/node_modules/less/test/less-bom/errors/mixins-guards-default-func-...

10 lines
161 B
Plaintext
Raw Normal View History

2025-05-27 11:25:53 +08:00

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