mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
revert to env.syncImport
This commit is contained in:
@@ -167,7 +167,7 @@ less.Parser.fileLoader = function (file, currentFileInfo, callback, env) {
|
||||
var paths = [currentFileInfo.currentDirectory].concat(env.paths);
|
||||
paths.push('.');
|
||||
|
||||
if (env.syncImports) {
|
||||
if (env.syncImport) {
|
||||
for (var i = 0; i < paths.length; i++) {
|
||||
try {
|
||||
pathname = path.join(paths[i], file);
|
||||
|
||||
Reference in New Issue
Block a user