Guest User

Untitled

a guest
Jun 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. =gradient-image($from: #fff, $to: #000, $url: "")
  2. background: url($url)
  3. background: url($url), -webkit-gradient(linear, left top, left bottom, from($from), to($to))
  4. background: url($url), -o-gradient(top, bottom, from($from), to($to))
  5. background: url($url), -moz-linear-gradient(top, $from, $to)
  6. background-repeat: no-repeat
  7. *background-color: $from
Add Comment
Please, Sign In to add comment