mirror of
https://github.com/less/less.js.git
synced 2026-01-23 14:18:00 -05:00
move return false to the right place. Fixes #1720
This commit is contained in:
@@ -91,8 +91,8 @@
|
||||
if (p[i].getIsReferenced() && p[i].getIsOutput()) {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
return false;
|
||||
});
|
||||
|
||||
// Compile rules and rulesets
|
||||
|
||||
Reference in New Issue
Block a user