vendor/assets/stylesheets/settings/mixins/_text.css.sass in oulu-rails-0.5.14 vs vendor/assets/stylesheets/settings/mixins/_text.css.sass in oulu-rails-0.5.16

- old
+ new

@@ -1,9 +1,10 @@ // どこでも font-weight と text-align と color と +top() が書ける設定 =text-block-options($value) font-weight: if(font_weight($value), $value, null) text-align: if(text_align($value), $value, null) color: if(color($value), $value, null) + white-space: if(white_space($value), $value, null) @if px($value) +top($value, null) // +text-block($font-size $line-height $margin-bottom, $font-weight $text-align $color $top) =text-block($value1: null, $value2: null)