Skip to content

Instantly share code, notes, and snippets.

@hjortureh
Created November 28, 2013 14:36
Show Gist options
  • Save hjortureh/7692857 to your computer and use it in GitHub Desktop.
Save hjortureh/7692857 to your computer and use it in GitHub Desktop.
responsive.io - sass 2x sprites example
@include if-min-resolution(1.5) {
.success,
.infinity,
.shopping-bag,
.map {
background-image: url("http://src.responsive.io/w=400/#{$image-url}");
background-size: 200px 200px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment