rules property

CSSRuleList get rules

rules is a deprecated legacy property of the CSSStyleSheet interface. Functionally identical to the preferred CSSStyleSheet.cssRules property, it provides access to a live-updating list of the CSS rules comprising the stylesheet.

Note: As a legacy property, you should not use rules and should instead use the preferred CSSStyleSheet.cssRules. While rules is unlikely to be removed soon, its availability is not as widespread and using it will result in compatibility problems for your site or app.

Implementation

external CSSRuleList get rules;