From 47b7bda64bee6bb3c9b2ca22df3489fb284113b9 Mon Sep 17 00:00:00 2001 From: Luke Page Date: Thu, 21 Mar 2013 16:57:10 +0000 Subject: [PATCH] todo to fix last part of import silent --- lib/less/tree/mixin.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/less/tree/mixin.js b/lib/less/tree/mixin.js index 09f08731..5029c135 100644 --- a/lib/less/tree/mixin.js +++ b/lib/less/tree/mixin.js @@ -49,6 +49,10 @@ tree.mixin.Call.prototype = { } } if (match) { + if (!this.currentFileInfo || !this.currentFileInfo.silent) { + //todo tell the rules that they are not silent + // make sure the rules pass that information when eval'd + } return rules; } }