Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phaistonian/2c2076e4bfd3de7eb727927e4857764d to your computer and use it in GitHub Desktop.
Save phaistonian/2c2076e4bfd3de7eb727927e4857764d to your computer and use it in GitHub Desktop.
const shadow = myElement.createShadowRoot();
const style = document.createElement('style');
style.innerHTML = '@import url(PATH_TO_MY_CSS)';
shadow.appendChild(style);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment