rollup-plugin-html2
    Preparing search index...

    Interface Style

    Injected style

    interface Style {
        crossorigin?: "anonymous" | "use-credentials";
        tag: "style";
        text: string;
        type?: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown
    Index

    Properties

    crossorigin?: "anonymous" | "use-credentials"

    Whether CORS must be used when fetching the resource.

    If the attribute is undefined, the resource is fetched without a CORS request.

    Details

    tag: "style"

    Which tag to use for injection.

    text: string

    Style text.

    type?: string

    The type of script represented for Script or the content linked to for Link