Skip to content

Instantly share code, notes, and snippets.

@bogdansoare
Forked from jeff-shin/gist:0c7b1ce9b76ad4d8fcc3
Last active August 29, 2015 14:04
Show Gist options
  • Save bogdansoare/1863843e5ed47e838c40 to your computer and use it in GitHub Desktop.
Save bogdansoare/1863843e5ed47e838c40 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