export default () => { const el = document.createElement('style'); el.appendChild(document.createTextNode(` `)); document.body.appendChild(el); }