Skip to content

Instantly share code, notes, and snippets.

@jeff-shin
Last active August 29, 2015 14:04
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jeff-shin/0c7b1ce9b76ad4d8fcc3 to your computer and use it in GitHub Desktop.
Save jeff-shin/0c7b1ce9b76ad4d8fcc3 to your computer and use it in GitHub Desktop.
// In your mixin file
=retina
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx), (min-resolution: 192dpi)
@content
// Call this mixin
.something
+retina
something: something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment