styleSheet property
CSSStyleSheet?
get
styleSheet
The read-only styleSheet
property of the
CSSImportRule interface returns the CSS Stylesheet specified by the
at-rule. This
will be
in the form of a CSSStyleSheet object.
An at-rule always has an associated stylesheet.
Implementation
external CSSStyleSheet? get styleSheet;