Remove line-height from the button size mixin too

This commit is contained in:
Mark Otto 2016-02-07 22:43:53 -08:00
parent ab451e5dc0
commit a16b2ef162
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@
}
// Button sizes
@mixin button-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {
@mixin button-size($padding-y, $padding-x, $font-size, $border-radius) {
padding: $padding-y $padding-x;
font-size: $font-size;
@include border-radius($border-radius);