sheet property
CSSStyleSheet?
get
sheet
The read-only sheet
property of the HTMLStyleElement interface
contains the stylesheet associated with that element.
An StyleSheet is always associated with a HTMLStyleElement, unless its
type
attribute is not text/css
.
Implementation
external CSSStyleSheet? get sheet;