Skip to content

Instantly share code, notes, and snippets.

@joegaudet
Created August 10, 2011 18:46
Show Gist options
  • Save joegaudet/1137769 to your computer and use it in GitHub Desktop.
Save joegaudet/1137769 to your computer and use it in GitHub Desktop.
$buttons-blue-button-middle-repeat: repeat-x;
@import "buttons/*.png";
.button {
.left {
@include buttons-sprite(blue-button-left);
}
.middle {
@include buttons-sprite(blue-button-middle);
}
.right {
@include buttons-sprite(blue-button-right);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment