Loading src/css.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -1181,10 +1181,6 @@ void libhtmlpp::CSSStyleSheet::collectApproximateMatches( continue; } if (isBareTagAfterCombinator(compound, branch.hadCombinator) && (!ancestors || usedUnverifiableAncestor)) continue; if (branch.isAtRule) { // The same @media block, once present anywhere in the final // output, applies document-wide regardless of which element Loading Loading
src/css.cpp +0 −4 Original line number Diff line number Diff line Loading @@ -1181,10 +1181,6 @@ void libhtmlpp::CSSStyleSheet::collectApproximateMatches( continue; } if (isBareTagAfterCombinator(compound, branch.hadCombinator) && (!ancestors || usedUnverifiableAncestor)) continue; if (branch.isAtRule) { // The same @media block, once present anywhere in the final // output, applies document-wide regardless of which element Loading