Created
February 3, 2013 16:12
-
-
Save roybarber/4702339 to your computer and use it in GitHub Desktop.
Gist of to compile sprites via compass/sass
This file contains 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
// demo sprite generation - edit core with the name of the folder you wish to use | |
// This tells compass to also print out the width & height into the css | |
$core-sprite-dimensions: true; | |
// Folder and file type to watch | |
@import "core/*.png"; | |
// Include Sprites ito stylesheet | |
@include all-core-sprites; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment