Skip to content

Instantly share code, notes, and snippets.

@pixelwatt
Created October 21, 2020 19:05
Show Gist options
  • Save pixelwatt/ed38586e8e6291b18b8a37db5349ecf1 to your computer and use it in GitHub Desktop.
Save pixelwatt/ed38586e8e6291b18b8a37db5349ecf1 to your computer and use it in GitHub Desktop.
CSS Overrides for IE 10+ and Pre-Chromium Edge
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* IE 10+ CSS Overides Here */
}
@supports (-ms-ime-align: auto) {
/* Pre-Chromium MS Edge Overides Here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment