Skip to content

Instantly share code, notes, and snippets.

@fbjork
Created June 16, 2011 19:51
Show Gist options
  • Save fbjork/1030093 to your computer and use it in GitHub Desktop.
Save fbjork/1030093 to your computer and use it in GitHub Desktop.
lemonade & compass 0.10 conversion
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