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