Skip to content

Instantly share code, notes, and snippets.

View KontrivedMedia's full-sized avatar

James KontrivedMedia

View GitHub Profile
@snowman-repos
snowman-repos / index.html
Created June 6, 2016 12:37
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>