Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Created June 6, 2016 12:37
Show Gist options
  • Save snowman-repos/31e200a68b7000f3cf3e214387645de6 to your computer and use it in GitHub Desktop.
Save snowman-repos/31e200a68b7000f3cf3e214387645de6 to your computer and use it in GitHub Desktop.
Load a custom style sheet for IE10 and 11
<link rel="stylesheet" href="app.css" id="js-app-css">
<script>
document.getElementById('js-app-css').setAttribute('href', 'ie10-11.css')
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment