Sha256: 8e55712ac07b026b8fcbd0935829afe5e587f9c3b56ff63a73851bc775fd9073

Contents?: true

Size: 1.39 KB

Versions: 79

Compression:

Stored size: 1.39 KB

Contents

=background($values...)
  $background-values: ()
  @each $value in $values
    $background-value: ()
    $background-color: ()
    $background-image: ()
    $background-gradient: ()
    $background-position: ()
    $background-repeat: ()
    $background-attachment: ()
    $background-size: ()
    $background-clip: ()
    @each $property in $value
      @if background_color($property)
        $background-color: $property
      @else if background_image($property)
        $background-image: $property
      @else if background_gradient($property)
        $background-gradient: $property
      @else if background_position($property)
        $background-position: $property
      @else if background_repeat($property)
        $background-repeat: $property
      @else if background_attachment($property)
        $background-attachment: $property
      @else if background_size($property)
        $background-size: background_size_value($property)
      @else if background_clip($property)
        $background-clip: $property
      @if background-size != () and $background-position == ()
        $background-position: (left top)
      $background-value: $background-color $background-image $background-gradient $background-position $background-size $background-repeat $background-attachment $background-clip
    $background-values: append($background-values, $background-value, comma)
  background: $background-values

Version data entries

79 entries across 79 versions & 1 rubygems

Version Path
oulu-0.19.1 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.19.0 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.18.5 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.18.4 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.18.3 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.18.2 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.18.1 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.18.0 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.17.9 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.17.8 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.17.7 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.17.6 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.17.4 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.17.3 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.17.2 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.17.1 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.17.0 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.16.9 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.16.8 app/assets/stylesheets/settings/mixins/_background.sass
oulu-0.16.7 app/assets/stylesheets/settings/mixins/_background.sass