Skip to content

Instantly share code, notes, and snippets.

@stephenbelyea
Created September 28, 2016 19:50
Show Gist options
  • Save stephenbelyea/628d2d756b7a6f4d5a3c70832e7a32e4 to your computer and use it in GitHub Desktop.
Save stephenbelyea/628d2d756b7a6f4d5a3c70832e7a32e4 to your computer and use it in GitHub Desktop.
Media query to detect IE 10+
/*
Found here:
https://paper-leaf.com/blog/2014/09/targeting-ie-10-11-browsers-css/
*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE10+ specific styles go here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment