cssRules property
CSSRuleList
get
cssRules
The read-only CSSStyleSheet property
cssRules
returns a live CSSRuleList which
provides a real-time, up-to-date list of every CSS rule which comprises
the
stylesheet. Each item in the list is a CSSRule defining a single
rule.
Implementation
external CSSRuleList get cssRules;