|
|
const ruleInfo = { cssRule, mediaInfo, ruleIndex, sheetIndex, matchedSelectors: new Set(), style: new Map(), selectors, selectorsText };
|
|
const ruleInfo = { cssRule, mediaInfo, ruleIndex, sheetIndex, matchedSelectors: new Set(), style: new Map(), selectors, selectorsText };
|
|
|
selectors.forEach((selector, selectorIndex) => {
|
|
selectors.forEach((selector, selectorIndex) => {
|
|
|
getMatchedElementsSelector(doc, selectorInfo, matchedElementsCache);
|
|
getMatchedElementsSelector(doc, selectorInfo, matchedElementsCache);
|