app/assets/stylesheets/settings/mixins/_background.sass in oulu-0.19.1 vs app/assets/stylesheets/settings/mixins/_background.sass in oulu-1.0.0.beta1
- old
+ new
@@ -22,12 +22,12 @@
@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)
+ $background-size: background_size($property)
@else if background_clip($property)
- $background-clip: $property
+ $background-clip: 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