Skip to content

Instantly share code, notes, and snippets.

@richistron
Last active August 29, 2015 14:17
Show Gist options
  • Save richistron/8d6921f3ce370b746b76 to your computer and use it in GitHub Desktop.
Save richistron/8d6921f3ce370b746b76 to your computer and use it in GitHub Desktop.
background sass mixin
@mixin bg-image($image) {
// other properties
background-image: image-url($image);
// other properties
}
.myclass {
@include bg-image('asadas.jpg');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment