Skip to content

Instantly share code, notes, and snippets.

@juanbrujo
Created December 5, 2018 19:03
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 juanbrujo/8a957cd19b7443804d3bfad537267032 to your computer and use it in GitHub Desktop.
Save juanbrujo/8a957cd19b7443804d3bfad537267032 to your computer and use it in GitHub Desktop.
CSS hack targeting Safari Desktop & Mobile
/**
** test: https://jsbin.com/gacizoyota/1/edit?html,css,output
*/
@media not all and (min-resolution:.001dpcm) {
@media {
/* your code */
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment