Skip to content

Commit 8fdabbc

Browse files
authored
Update resolve-value.js
remove warning.
1 parent f44aee0 commit 8fdabbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/resolve-value.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var resolveValue = function(decl, map, /*optional*/ignorePseudoScope, /*internal
9494

9595
isResultantValueUndefined = replaceValue === undefined;
9696
if(isResultantValueUndefined) {
97-
warnings.push(['variable ' + variableName + ' is undefined and used without a fallback', { node: decl }]);
97+
// warnings.push(['variable ' + variableName + ' is undefined and used without a fallback', { node: decl }]);
9898
}
9999

100100
//console.log(debugIndent, 'replaceValue', replaceValue);

0 commit comments

Comments
 (0)