Skip to content

Instantly share code, notes, and snippets.

@jsakhil
Last active May 10, 2021 11:50
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 jsakhil/d084e27787c07429bfe123adcbbb8e43 to your computer and use it in GitHub Desktop.
Save jsakhil/d084e27787c07429bfe123adcbbb8e43 to your computer and use it in GitHub Desktop.
Safari 11+ CSS | Code for only iOS Safari Compatibility
/* 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