parentStyleSheet property
The parentStyleSheet property of the
CSSRule interface returns the StyleSheet object in which
the current rule is defined.
Implementation
external CSSStyleSheet? get parentStyleSheet;
The parentStyleSheet property of the
CSSRule interface returns the StyleSheet object in which
the current rule is defined.
external CSSStyleSheet? get parentStyleSheet;