Created
April 18, 2018 08:13
-
-
Save mrkkr/56039085eff9e229a588fb143bcbf366 to your computer and use it in GitHub Desktop.
CSS hacks for Firefox, IE10+, Edge #css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@-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