Add !default to $button-shadow-inset (#483)

The use of !default allows for the variable to be overwritten if the user wishes to do so
This commit is contained in:
João Pedro 2017-01-23 22:46:49 +00:00 committed by Jeremy Thomas
parent f894429815
commit bea47b70cb

View File

@ -11,7 +11,7 @@ $button-focus-border: $link-focus-border !default
$button-active: $link-active !default
$button-active-border: $link-active-border !default
$button-shadow-inset: inset 0 1px 2px rgba($black, 0.2)
$button-shadow-inset: inset 0 1px 2px rgba($black, 0.2) !default
@function buttonIconSpacing($button-font-size, $icon-width)
// The button font-size value with no unit