]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update button background variable name. 5403/head
authorRishabh Rao <rishabhsrao@gmail.com>
Wed, 2 Jul 2014 05:51:18 +0000 (11:21 +0530)
committerRishabh Rao <rishabhsrao@gmail.com>
Wed, 2 Jul 2014 05:51:18 +0000 (11:21 +0530)
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;