Style Observer API
    Preparing search index...

    Function unadoptCSS

    • Remove a CSS style sheet generated by adoptCSS().

      Parameters

      • sheet: CSSStyleSheet

        The style sheet to remove.

      • root: Document | ShadowRoot

        The document or shadow root to remove the style sheet from.

      Returns void