Skip to content

Remove broken parsing of @media rules

This code didn't even pay attention to the cur_stmt->kind.media_rule->media_list, and unconditonally considered each statement in the ->ruleset to be of kind ruleset. That seems broken.

(The theme doesn't use any @media queries, and they are unsupported anyway.)

Fixes #1979 (closed)

Merge request reports