mirror of
https://github.com/less/less.js.git
synced 2026-02-08 22:15:04 -05:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
|
|
guard-default-func-conflict {
|
|
.m(1) {}
|
|
.m(@x) when not(default()) {}
|
|
.m(@x) when not(default()) {}
|
|
|
|
.m(1);
|
|
.m(2);
|
|
}
|