Sha256: 69cd29d8a0bd3b6acdb5c2adc002e03390c19792754cad516af973aa86e953e5

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 Bytes

Contents

@top_color: red;
@bottom_color: green;

body {
  background: @bottom_color;
  background-image: -moz-linear-gradient(top, bottom, from(@top_color), to(@bottom_color));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, @top_color), color-stop(1.00, @bottom_color));
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
less-1.2.18 spec/less/dash-prefix.less