UNPKG

patchbay-gatherings

Version:
9 lines (7 loc) 169 B
const { h } = require('mutant') const getCSS = require('./get-css') module.exports = () => { document.head.appendChild( h('style', { innerHTML: getCSS() }) ) }