Skip to content

Instantly share code, notes, and snippets.

@matthewpennell
Created September 7, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewpennell/4149833d2b18ff513476 to your computer and use it in GitHub Desktop.
Save matthewpennell/4149833d2b18ff513476 to your computer and use it in GitHub Desktop.
/* This file is generated by an automatic script.
Do not attempt to make changes to it manually! */
.sprite {
background-image: url('/path/to/sprite.png');
background-repeat: no-repeat;
}
.foo {
background-position: 0 0;
width: 25px;
height: 25px;
}
.bar {
background-position: 0 -25px;
width: 35px;
height: 15px;
}
.baz:hover {
background-position: -37px -12px;
width: 12px;
height: 12px;
}
.baz {
background-position: -25px -12px;
width: 12px;
height: 12px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment