UNPKG

fui-fancyui

Version:
9 lines (8 loc) 233 B
function d(n, t = "fui-theme") { const o = `:root { ${n} }`; let e = document.getElementById(t); e || (e = document.createElement("style"), e.id = t, document.head.appendChild(e)), e.innerText = o; } export { d as default };