Created
July 10, 2012 03:38
-
-
Save darren131/3080824 to your computer and use it in GitHub Desktop.
Compass Sprite Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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