Make less.js ignore nodes in its own path so infinite recursion does not happen. Fixes #413

This commit is contained in:
Luke Page
2012-10-24 20:16:10 +01:00
parent 31ce31295c
commit 38d2c57016
4 changed files with 28 additions and 5 deletions

View File

@@ -106,3 +106,6 @@ h3 + * {
background-image: "/a.png";
background-position: center center;
}
.recursion {
color: black;
}