-
-
Save yomotsu/4acd5c5475fad6151afd to your computer and use it in GitHub Desktop.
Edge CSS hack
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
div{ | |
color:red; | |
} | |
@supports ( -ms-accelerator:true ) { | |
/*only for edge*/ | |
div{ | |
color:blue; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't work at all.