• Load/Import a external CSS file and append to a parent. Default parent is the (document.head).

    Parameters

    • id: string
    • url: string
    • parent: HTMLElement | SVGElement = document.head

    Returns void