Skip to content

Instantly share code, notes, and snippets.

@ama-ch
Created October 24, 2014 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ama-ch/2e1deb8d2d611db17896 to your computer and use it in GitHub Desktop.
Save ama-ch/2e1deb8d2d611db17896 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
// ----
// Sass (v3.4.6)
// Compass (v1.0.1)
// ----
@import "compass";
$svg-gradient-shim-threshold: 100;
.hoge {
@include background(linear-gradient(to bottom, #fff, #000));
}
.hoge {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #000000));
background: -moz-linear-gradient(top, #ffffff, #000000);
background: -webkit-linear-gradient(top, #ffffff, #000000);
background: linear-gradient(to bottom, #ffffff, #000000);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment