Skip to content

Instantly share code, notes, and snippets.

@darren131
Created July 10, 2012 03:38
Show Gist options
  • Save darren131/3080824 to your computer and use it in GitHub Desktop.
Save darren131/3080824 to your computer and use it in GitHub Desktop.
Compass Sprite Setup
// include the compass spite utility if not already included
@import "compass/utilities/sprites";
// import your images
// note: compass already knows my images live in the /images/ folder
@import "icons/*png";
// automagically generate class names
@include all-icons-sprites;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment