Skip to content

Instantly share code, notes, and snippets.

@Chenzo
Created December 6, 2021 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Chenzo/a1ceee476fde81f9fee7f0c76aa5cfad to your computer and use it in GitHub Desktop.
Save Chenzo/a1ceee476fde81f9fee7f0c76aa5cfad to your computer and use it in GitHub Desktop.
Target Safari Only CSS
@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