Sha256: 1b6818926eeb90347507d8554bdd865b451a477b908b689faf42aabf11e1f941

Contents?: true

Size: 141 Bytes

Versions: 7

Compression:

Stored size: 141 Bytes

Contents

@function linear-gradient($gradients...) {
  $type: linear;
  $type-gradient: append($type, $gradients, comma);

  @return $type-gradient;
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
bourbon-compass-3.1.1 stylesheets/bourbon/functions/_linear-gradient.scss
bourbon-3.1.1 app/assets/stylesheets/functions/_linear-gradient.scss
bourbon-compass-3.1.0 stylesheets/bourbon/functions/_linear-gradient.scss
bourbon-3.1.0 app/assets/stylesheets/functions/_linear-gradient.scss
bourbon-compass-3.0.1 stylesheets/bourbon/functions/_linear-gradient.scss
bourbon-3.0.1 app/assets/stylesheets/functions/_linear-gradient.scss
bourbon-3.0.0 app/assets/stylesheets/functions/_linear-gradient.scss