Last active
May 10, 2021 11:50
-
-
Save jsakhil/d084e27787c07429bfe123adcbbb8e43 to your computer and use it in GitHub Desktop.
Safari 11+ CSS | Code for only iOS Safari Compatibility
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
/* SAFARI ONLY */ | |
@media not all and (min-resolution:.001dpcm) { | |
@supports (-webkit-appearance:none) { | |
/* Define here the CSS styles applied only to Safari browsers (any version and any device)*/ | |
} | |
} | |
/* SAFARI ONLY */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment