Skip to content

Instantly share code, notes, and snippets.

@EvanLovely
Created May 27, 2014 22:35
Show Gist options
  • Select an option

  • Save EvanLovely/63b4b0ee323d39f39208 to your computer and use it in GitHub Desktop.

Select an option

Save EvanLovely/63b4b0ee323d39f39208 to your computer and use it in GitHub Desktop.
@mixin retina-inline-image($img, $fallback) {
background-image: inline-image($img);
background-size: (image-width($img) / 2) (image-height($img) / 2);
.no-backgroundsize & {
background-image: image-url($fallback);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment