Skip to content

Instantly share code, notes, and snippets.

@tholman
Created August 11, 2014 17:46
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 tholman/2fb469672bb1ca3920b4 to your computer and use it in GitHub Desktop.
Save tholman/2fb469672bb1ca3920b4 to your computer and use it in GitHub Desktop.
$retina: "only screen and (-webkit-min-device-pixel-ratio: 2 ), only screen and ( -moz-min-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1 ), only screen and ( min-device-pixel-ratio: 2 ), only screen and ( min-resolution: 192dpi ), only screen and ( min-resolution: 2dppx )";
// And then
@media #{$retina} {
// CSS for retina
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment