From: João Pedro Date: Mon, 23 Jan 2017 22:46:49 +0000 (+0000) Subject: Add !default to $button-shadow-inset (#483) X-Git-Tag: 0.3.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bea47b70cb29f1215bfa0f5753206d59d43735b3;p=thirdparty%2Fbulma.git 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 --- diff --git a/sass/elements/button.sass b/sass/elements/button.sass index aea44b825..c0e1e527e 100644 --- a/sass/elements/button.sass +++ b/sass/elements/button.sass @@ -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