mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Fixed recursive mixin regression, updated tests to detect such regression in future.
This commit is contained in:
@@ -136,6 +136,9 @@ h3 { .margin_between(15px, 5px); }
|
||||
.clearfix {
|
||||
.clearfix();
|
||||
}
|
||||
.clearfix {
|
||||
.clearfix();
|
||||
}
|
||||
.foo {
|
||||
.clearfix();
|
||||
}
|
||||
Reference in New Issue
Block a user