Skip to content

Instantly share code, notes, and snippets.

@tonykwon
Created October 27, 2014 17:13
Show Gist options
  • Save tonykwon/4ad4595f32510d6739eb to your computer and use it in GitHub Desktop.
Save tonykwon/4ad4595f32510d6739eb to your computer and use it in GitHub Desktop.
Targetting IE 10+ w/out conditional comments
@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