parentStyleSheet property
CSSStyleSheet?
get
parentStyleSheet
The parentStyleSheet
property of the
StyleSheet interface returns the style sheet, if any, that is including
the given style sheet.
Implementation
external CSSStyleSheet? get parentStyleSheet;