Forráskód Böngészése

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
João Pedro 8 éve
szülő
commit
bea47b70cb
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      sass/elements/button.sass

+ 1 - 1
sass/elements/button.sass

@@ -11,7 +11,7 @@ $button-focus-border: $link-focus-border !default
 $button-active: $link-active !default
 $button-active: $link-active !default
 $button-active-border: $link-active-border !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)
 @function buttonIconSpacing($button-font-size, $icon-width)
   // The button font-size value with no unit
   // The button font-size value with no unit