Skip to content

Instantly share code, notes, and snippets.

@hugeuser
Created February 27, 2014 19:10
Show Gist options
  • Save hugeuser/9256926 to your computer and use it in GitHub Desktop.
Save hugeuser/9256926 to your computer and use it in GitHub Desktop.
Output
//normal desktop icon
background: url('../images/generated/sprites-xxxxxxxxxxx.png') 0 -209px no-repeat;
width: 33px;
height: 14px;
//2x dpi mobile icon
background: url('../images/generated/sprites_x2-xxxxxxxxxxx.png') 0 -234px no-repeat;
-webkit-background-size: 217px auto;
-moz-background-size: 217px auto;
-o-background-size: 217px auto;
background-size: 217px auto;
background-position: 0 -117px;
width: 104.5px;
height: 22px;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment