Skip to content

Instantly share code, notes, and snippets.

@jitendravyas
Created June 7, 2013 12:50
Show Gist options
  • Save jitendravyas/5729004 to your computer and use it in GitHub Desktop.
Save jitendravyas/5729004 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com, the Sass playground.
// ---
// Compass (v0.13.alpha.4)
// Sass (v3.2.9)
// ---
.with-compass {
@include background(image-url("foo.png"),
linear-gradient(top left, #333, #0c0));
}
.with-compass {
background: url('/foo.png'), -webkit-linear-gradient(top left, #333333, #00cc00);
background: url('/foo.png'), -moz-linear-gradient(top left, #333333, #00cc00);
background: url('/foo.png'), -o-linear-gradient(top left, #333333, #00cc00);
background: url('/foo.png'), linear-gradient(to bottom right, #333333, #00cc00);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment