Skip to content

Instantly share code, notes, and snippets.

@stevemao
Created August 6, 2019 01:47
Show Gist options
  • Save stevemao/d459e1de05980ee89eb9c6bdb36817fb to your computer and use it in GitHub Desktop.
Save stevemao/d459e1de05980ee89eb9c6bdb36817fb to your computer and use it in GitHub Desktop.
Presentation in code editor
const i = (css) => document.head.insertAdjacentHTML('beforeend', `<style id="pres" class="pres">${css}</style>`);
const ir = () => document.getElementById("pres").outerHTML = "";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment