UNPKG

preact-island

Version:

🏝 Create your own slice of paradise on any website.

4 lines (3 loc) 123 B
export const injectCSS = (style: string) => { document.head.insertAdjacentHTML('beforeend', `<style>${style}</style>`) }