item method
The item() method of the CSSRuleList interface returns the
CSSRule object at the specified index or null if the specified
index doesn't exist.
Implementation
external CSSRule? item(int index);
The item() method of the CSSRuleList interface returns the
CSSRule object at the specified index or null if the specified
index doesn't exist.
external CSSRule? item(int index);