SCSS: Background Grad w/Image — Gist
I also created a mixin for using the last technique of an image layered on top of a background gradient.
it takes 5 inputs, the img url, x-pos, y-pos, the top gradient colour and the bottom gradient colour.
An example for using this is:.btn{
@include backgroundGradImg(“../images/btnIcons.png”, right, -49px, darken($green, 3%), darken($green, 5%));}