]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix undefined variable in _settings.scss 5390/head
authorJames W. Lane III <james.w.lane@fueledbydreams.com>
Fri, 27 Jun 2014 19:56:26 +0000 (14:56 -0500)
committerJames W. Lane III <james.w.lane@fueledbydreams.com>
Fri, 27 Jun 2014 19:56:26 +0000 (14:56 -0500)
ON line 371 the $button-border-color is using a undefined variable $bg I changed it to $button-bg.

scss/foundation/_settings.scss

index a9d7a20bedd530795ff5f93fd2c66884072ec9eb..1c5d9c3e8f0fb7b34bc9672fa7126564ca045a5f 100644 (file)
 // $button-border-width: 0px;
 // $button-border-style: solid;
 // $button-bg: $primary-color;
-// $button-border-color: scale-color($bg, $lightness: $button-function-factor);
+// $button-border-color: scale-color($button-bg, $lightness: $button-function-factor);
 
 // We use this to set the default radius used throughout the core.
 // $button-radius: $global-radius;