mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Fix #1536 - pattern used in bootstrap is causing a recursion error
This commit is contained in:
@@ -112,3 +112,12 @@ h3 { .margin_between(15px, 5px); }
|
||||
|
||||
&.large { .paddingFloat(((10em * 2) * 2)); }
|
||||
}
|
||||
.clearfix() {
|
||||
// ...
|
||||
}
|
||||
.clearfix {
|
||||
.clearfix();
|
||||
}
|
||||
.foo {
|
||||
.clearfix();
|
||||
}
|
||||
Reference in New Issue
Block a user