Sha256: da962bbed01891780239cca3d34ec8db9c5bab1fc72ff4614262ca57d190bdff

Contents?: true

Size: 502 Bytes

Versions: 10

Compression:

Stored size: 502 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);

  -webkit-background-size: $full;
     -moz-background-size: $full;
      -ms-background-size: $full;
       -o-background-size: $full;
          background-size: $full;
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
app_sleuth-0.0.1.pre lib/app_sleuth/server/assets/sass/mixins/css3/_background-size.scss
bourbon-2.0.0.rc1 app/assets/stylesheets/css3/_background-size.scss
bourbon-1.4.0 app/assets/stylesheets/css3/_background-size.scss
bourbon-1.3.6 app/assets/stylesheets/css3/_background-size.scss
bourbon-1.3.5 app/assets/stylesheets/css3/_background-size.scss
bourbon-1.3.4 app/assets/stylesheets/css3/_background-size.scss
bourbon-1.3.3 app/assets/stylesheets/css3/_background-size.scss
bourbon-1.3.2 app/assets/stylesheets/css3/_background-size.scss
bourbon-1.3.0 app/assets/stylesheets/css3/_background-size.scss
bourbon-1.2.0 app/assets/stylesheets/css3/_background-size.scss