Fixed recursive mixin regression, updated tests to detect such regression in future.

This commit is contained in:
seven-phases-max
2014-03-19 05:55:11 +04:00
parent 0c8e117b85
commit 8afeae92d3
2 changed files with 6 additions and 2 deletions

View File

@@ -136,6 +136,9 @@ h3 { .margin_between(15px, 5px); }
.clearfix {
.clearfix();
}
.clearfix {
.clearfix();
}
.foo {
.clearfix();
}