Skip to content

Instantly share code, notes, and snippets.

@wibron
Last active December 12, 2015 07:48
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 wibron/4738767 to your computer and use it in GitHub Desktop.
Save wibron/4738767 to your computer and use it in GitHub Desktop.
Compass spriting
@import "compass";
@import "icons/*.png";
// Specifika ikoner från din sprite
// Höjd/bredd kalkyleras ut automagiskt
.login {
@include icon-sprite(login);
}
.home {
@include icon-sprite(home);
}
// Eller följande för att få alla (de får class-namnet av filnamnet)
@include all-icons-sprites;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment