Sha256: 91dc6297370a50d3ab6f7477125a643a341469daa9fb79581e860eb270dfcae5

Contents?: true

Size: 395 Bytes

Versions: 7

Compression:

Stored size: 395 Bytes

Contents

@mixin background-size ($length-1,
  $length-2: false, $length-3: false,
  $length-4: false, $length-5: false,
  $length-6: false, $length-7: false,
  $length-8: false, $length-9: false)
  {
    $full: compact($length-1, $length-2, $length-3, $length-4,
                   $length-5, $length-6, $length-7, $length-8, $length-9);

@include prefixer(background-size, $full, webkit, moz, ms, o);
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
bourbon-compass-2.1.3 stylesheets/bourbon/css3/_background-size.scss
bourbon-2.1.3 app/assets/stylesheets/css3/_background-size.scss
bourbon-compass-2.1.2 stylesheets/bourbon/css3/_background-size.scss
bourbon-2.1.2 app/assets/stylesheets/css3/_background-size.scss
bourbon-compass-2.1.1.0 stylesheets/bourbon/css3/_background-size.scss
bourbon-2.1.1 app/assets/stylesheets/css3/_background-size.scss
bourbon-2.1.0 app/assets/stylesheets/css3/_background-size.scss