Created
December 6, 2021 13:37
-
-
Save Chenzo/a1ceee476fde81f9fee7f0c76aa5cfad to your computer and use it in GitHub Desktop.
Target Safari Only 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
@media not all and (min-resolution: 0.001dpcm) { | |
/* Safari 11+ Desktop and IOS */ | |
@supports (-webkit-touch-callout: none) { | |
/* Safari IOS */ | |
} | |
@supports not (-webkit-touch-callout: none) { | |
/* Safari 11+ desktop */ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment