vendor/lib/visitor/evaluator.js in stylus-source-0.20.0 vs vendor/lib/visitor/evaluator.js in stylus-source-0.20.1

- old
+ new

@@ -586,14 +586,14 @@ Evaluator.prototype.visitImport = function(imported){ var _ = this.return; this.return = true; - var found - , root = this.root + var root = this.root , Parser = require('../parser') , path = this.visit(imported.path).first , includeCSS = this.includeCSS + , found , literal; this.return = _; // url() passed