Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. // needs latest Compass, add '@import "compass"' to your scss
  2. background-color: #dfd7d4; // Old browsers
  3. @include filter-gradient(#dfd7d4, #b3a19a, horizontal); // IE6-8
  4. // IE9 SVG, needs conditional override of 'filter' to 'none'
  5. $experimental-support-for-svg: true;
  6. @include background-image(linear-gradient(left, #dfd7d4 0%,#b3a19a 98%));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement