Skip to content

Instantly share code, notes, and snippets.

@alienresident
Created May 9, 2014 20:00
Show Gist options
  • Save alienresident/c7332196b5a25ed47cec to your computer and use it in GitHub Desktop.
Save alienresident/c7332196b5a25ed47cec to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.2.19)
// Compass (v)
// ----
@import "compass";
$repeating-linear-gradient: repeating-linear-gradient(#ededed, #ededed 33px, #d4d4d4 33px, #d4d4d4 38px);
.foo {
@include experimental-value(background-image, $repeating-linear-gradient, false, true, false, false);
}
.foo {
background-image: -webkit-repeating-linear-gradient(#ededed, #ededed 33px, #d4d4d4 33px, #d4d4d4 38px);
background-image: repeating-linear-gradient(#ededed, #ededed 33px, #d4d4d4 33px, #d4d4d4 38px);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment