mirror of
https://github.com/less/less.js.git
synced 2026-05-01 03:00:22 -04:00
Fix possible race condition in the import
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
|
||||
if (root) {
|
||||
importNode.root = root;
|
||||
if (!inlineCSS) {
|
||||
if (!inlineCSS && !importNode.skip) {
|
||||
new(tree.importVisitor)(importVisitor._importer, subFinish, env)
|
||||
.run(root);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user