Struct style::stylesheets::EffectiveRules [] [src]

pub struct EffectiveRules;

A struct that represents the condition that a rule applies to the document.

Trait Implementations

impl NestedRuleIterationCondition for EffectiveRules
[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. Read more

[src]

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