Skip to content

Instantly share code, notes, and snippets.

@mugukamil
Forked from jeff-shin/gist:0c7b1ce9b76ad4d8fcc3
Created July 21, 2014 21:05
Show Gist options
  • Save mugukamil/475944175a0320537215 to your computer and use it in GitHub Desktop.
Save mugukamil/475944175a0320537215 to your computer and use it in GitHub Desktop.
retina
// 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