Sha256: f9bdb55df49fa2bb1ae3a27935fe38a80bb0fcf63ef8816f8e76756b5724068a

Contents?: true

Size: 219 Bytes

Versions: 3

Compression:

Stored size: 219 Bytes

Contents

@mixin linear-gradient ($from, $to) {
  background: $from;
  background: -moz-linear-gradient(top, $from, $to);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, $from), color-stop(1, $to));
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
flutie-1.1.8 public/stylesheets/sass/_linear-gradient.scss
flutie-1.1.7 public/stylesheets/sass/_linear-gradient.scss
flutie-1.1.6 public/stylesheets/sass/_linear-gradient.scss