vendor/assets/stylesheets/settings/mixins/_block.sass in oulu-rails-0.6.16 vs vendor/assets/stylesheets/settings/mixins/_block.sass in oulu-rails-0.6.19

- old
+ new

@@ -35,17 +35,17 @@ @else if $square-block-height +rem('line-height', $square-block-height) @else +rem('line-height', $square-block-size) -=over-flow($values) - $over-flow-x: optional_nth($values, 1) - $over-flow-y: optional_nth($values, 2) +=overflow($values) + $overflow-x: optional_nth($values, 1) + $overflow-y: optional_nth($values, 2) @if equal_nth($values, 2) - over-flow-x: $over-flow-x - over-flow-y: $over-flow-y + overflow-x: $overflow-x + overflow-y: $overflow-y @else - over-flow: $over-flow-x + overflow: $overflow-x =inline-block($value: null) display: inline-block vertical-align: $value