Files
Cloud-book/node_modules/less/test/less-bom/errors/mixins-guards-default-func-3.less
2025-08-27 17:10:05 +08:00

10 lines
161 B
Plaintext

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