Skip to content

Instantly share code, notes, and snippets.

@maxbeatty
Created May 22, 2012 17:39
Show Gist options
  • Save maxbeatty/2770503 to your computer and use it in GitHub Desktop.
Save maxbeatty/2770503 to your computer and use it in GitHub Desktop.
// original
@import "mgmt/sprites/icons/*.png";
$icons: sprite-map("mgmt/sprites/icons/*.png");
.test {
background: transparent $icons no-repeat 0 0;
}
// my test
$cc: sprite-map("sprites/icons/credit-cards/*.png")
[class^=credit-cards]
background: $cc
// my output
[class^=credit-cards] {
background: url('/assets/img/sprites/icons/credit-cards-sd348035735.png');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment