Skip to content

Instantly share code, notes, and snippets.

@mrkkr
Created April 18, 2018 08:13
Show Gist options
  • Save mrkkr/56039085eff9e229a588fb143bcbf366 to your computer and use it in GitHub Desktop.
Save mrkkr/56039085eff9e229a588fb143bcbf366 to your computer and use it in GitHub Desktop.
CSS hacks for Firefox, IE10+, Edge #css
@-moz-document url-prefix() {
/* Firefox (all) */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
}
@supports (-ms-ime-align:auto) {
/* IE Edge 12+ CSS styles go here */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment