From: marcelo cordeiro Date: Sat, 16 Sep 2017 12:56:09 +0000 (+0200) Subject: Set button-hollow-border-width to be default X-Git-Tag: v6.6.0~3^2~256^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=312ff80dfe8f504fe69840144b10f4aabb4f76c4;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Set button-hollow-border-width to be default --- diff --git a/scss/components/_button.scss b/scss/components/_button.scss index a6b31ae5d..57e1e660e 100644 --- a/scss/components/_button.scss +++ b/scss/components/_button.scss @@ -45,7 +45,7 @@ $button-radius: $global-radius !default; /// Border width for hollow outline buttons /// @type Number $button-border-width: 1px !default; -$button-hollow-border-width: $button-border-width; +$button-hollow-border-width: $button-border-width !default; /// Sizes for buttons. /// @type Map