We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0564ec commit 103127eCopy full SHA for 103127e
lib/resolve-decl.js
@@ -49,7 +49,6 @@ function eachMapItemDependencyOfDecl(variablesUsedList, map, decl, cb) {
49
50
// Add the declaration to it
51
mimicDecl = decl.clone();
52
- console.log(mimicDecl)
53
ruleClone.append(mimicDecl);
54
55
var lastPseudoSelectorMatches = mapItem.parent.selector.match(new RegExp(isUnderScope.RE_PSEUDO_SELECTOR.source + '$'));
0 commit comments