ICSSStyleSheet.CSSRules

ICSSStyleSheet.CSSRules property

The list of all CSS rules contained within the style sheet. This includes both rule sets and at-rules.

public ICSSRuleList CSSRules { get; }

See Also