|
|
@@ -103,7 +103,7 @@ this.RulesMatcher = this.RulesMatcher || (() => {
|
|
|
}
|
|
|
|
|
|
function computeCascade(mediaInfo, parentMediaInfos = []) {
|
|
|
- mediaInfo.elements.forEach((elementInfo) => {
|
|
|
+ mediaInfo.elements.forEach(elementInfo => {
|
|
|
getStylesInfo(elementInfo).forEach((elementStyleInfo, styleName) => {
|
|
|
let ruleInfo, ascendantMedia, allMedia;
|
|
|
if (elementStyleInfo.cssRule) {
|