app/assets/stylesheets/settings/mixins/_background.sass in oulu-0.12.2 vs app/assets/stylesheets/settings/mixins/_background.sass in oulu-0.12.3

- old
+ new

@@ -22,10 +22,10 @@ @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($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