From 8fdabbc665ac257e6ff7fb4597e0e84a10afe66e Mon Sep 17 00:00:00 2001 From: joey91133 Date: Wed, 24 Oct 2018 11:59:35 +0800 Subject: [PATCH] Update resolve-value.js remove warning. --- lib/resolve-value.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resolve-value.js b/lib/resolve-value.js index 1138a68..d8f398c 100644 --- a/lib/resolve-value.js +++ b/lib/resolve-value.js @@ -94,7 +94,7 @@ var resolveValue = function(decl, map, /*optional*/ignorePseudoScope, /*internal isResultantValueUndefined = replaceValue === undefined; if(isResultantValueUndefined) { - warnings.push(['variable ' + variableName + ' is undefined and used without a fallback', { node: decl }]); + // warnings.push(['variable ' + variableName + ' is undefined and used without a fallback', { node: decl }]); } //console.log(debugIndent, 'replaceValue', replaceValue);