Created
June 16, 2011 19:51
-
-
Save fbjork/1030093 to your computer and use it in GitHub Desktop.
lemonade & compass 0.10 conversion
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
this is what I want: | |
background: sprite-image('gradients/footer.png', 0, 0, 50px, 50px) transparent repeat-x; | |
this is what I tried: | |
$gradients-repeat: repeat-x; | |
$gradients-spacing: 50px; | |
@import 'gradients/*.png'; | |
@include gradients-sprite(footer); | |
which outputs: | |
.gradients-sprite { | |
background: url('/images/gradients-sa9d5ed73f1.png') no-repeat; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment