Skip to content

Instantly share code, notes, and snippets.

@darren131
Created July 10, 2012 03:52
Show Gist options
  • Save darren131/3080859 to your computer and use it in GitHub Desktop.
Save darren131/3080859 to your computer and use it in GitHub Desktop.
custom sprite class names
@import "icons/*.png";
.actions {
.add { @include icons-sprite(actions-add-mini); }
.delete { @include icons-sprite(actions-delete-mini); }
}
.contact {
.mail { @include icons-sprite(contact-mail); }
.phone { @include icons-sprite(contact-phone); }
}
.some-random-class-name { @include icons-sprite(hardware-television); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment