Skip to content

Instantly share code, notes, and snippets.

@max
Created June 14, 2012 17:40
Show Gist options
  • Save max/2931675 to your computer and use it in GitHub Desktop.
Save max/2931675 to your computer and use it in GitHub Desktop.
.css {
background: url("/images/base/buttons/right-select.png") right 0 no-repeat, linear-gradient(top, #A8E7FE, #53CBF5)
}
.compass {
@include background-image(url("/images/base/buttons/right-select.png"), linear-gradient(#A8E7FE, #53CBF5));
background-position: right 0, left top;
background-repeat: no-repeat;
}
.compass-compressed {
@include background(url("/images/base/buttons/right-select.png") right 0 no-repeat, linear-gradient(#A8E7FE, #53CBF5));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment