mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
Make less.js ignore nodes in its own path so infinite recursion does not happen. Fixes #413
This commit is contained in:
@@ -106,3 +106,6 @@ h3 + * {
|
||||
background-image: "/a.png";
|
||||
background-position: center center;
|
||||
}
|
||||
.recursion {
|
||||
color: black;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user