Struct style::stylesheets::AllRules [] [src]

pub struct AllRules;

A filter that processes all the rules in a rule list.

Trait Implementations

impl NestedRuleIterationCondition for AllRules
[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.