The logic is handled by `CSSGroupingRule` and `CSSConditionRule`, so `CSSMediaRule` only has to report if its condition matches. Right now, that condition is always false because we do not evaluate the media query.
This is the class corresponding to a `@media` rule. It contains a list of media queries and a list of child css rules.