mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
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:
committed by
Jeremy Thomas
parent
f894429815
commit
bea47b70cb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user