mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
5 lines
182 B
Plaintext
5 lines
182 B
Plaintext
RuntimeError: Ambiguous use of `default()` found when matching for `.m(1, 2)` in {path}mixins-guards-default-func-1.less on line 8, column 5:
|
|
7 .m(1, 1);
|
|
8 .m(1, 2);
|
|
9 }
|