UNPKG

@coderundebug/ui-web

Version:

A collection of UI web components that can be used in any web project.

2 lines 378 B
/* By Stephen Paul Hassall (web: https://coderundebug.com) */ let e=null;if(e=window.localStorage.getItem("ui-theme"),!e){const t=document.head.querySelector("script[default-ui-theme]");t&&(e=t.getAttribute("default-ui-theme"))}if(e){const t=document.createElement("link");t.setAttribute("ui-theme",""),t.rel="stylesheet",t.type="text/css",t.href=e,document.head.appendChild(t)}