Gildas 7 роки тому
батько
коміт
bbf4136e28
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      lib/single-file/css-rules-matcher.js

+ 0 - 2
lib/single-file/css-rules-matcher.js

@@ -125,8 +125,6 @@ this.RulesMatcher = this.RulesMatcher || (() => {
 		}
 	}
 
-	// if (unmatchedSelectorsCache.find(selector => selectorText.startsWith(selector))) {
-
 	function isUnmatchedSelector(selector, unmatchedSelectorsCache) {
 		let selectorIndex = 0;
 		while (selectorIndex < unmatchedSelectorsCache.length && !selector.startsWith(unmatchedSelectorsCache[selectorIndex])) {