Struct style::invalidation::media_queries::PotentiallyEffectiveMediaRules [] [src]

pub struct PotentiallyEffectiveMediaRules;

A filter that filters over effective rules, but allowing all potentially effective @media rules.

Trait Implementations

impl NestedRuleIterationCondition for PotentiallyEffectiveMediaRules
[src]

[src]

Whether we should process the nested rules in a given @import rule.

[src]

Whether we should process the nested rules in a given @media rule.

[src]

Whether we should process the nested rules in a given @-moz-document rule.

[src]

Whether we should process the nested rules in a given @supports rule.