assets/stylesheets/modules/buttons/_buttons.sass in middleman-oulu-0.6.10 vs assets/stylesheets/modules/buttons/_buttons.sass in middleman-oulu-0.6.12
- old
+ new
@@ -2,15 +2,22 @@
$button-color-names: default, primary, success, warning, danger
$button-styles: normal, border, flat-emboss, material
@import button-base
+// button styles
@import styles/normal
@import styles/border
@import styles/flat-emboss
@import styles/material
@import button-helper
+
+// inputのスタイルを継承させる
+input[type= submit]
+ color: inherit
+ font-size: inherit
+ font-weight: inherit
=button($style, $size, $color, $options: false)
+button-base
@if $style == normal
+button-size($size, 1px)