]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
set radius to true in button-style mixin 4454/head
authorShawn Erquhart <shawn@professant.com>
Sun, 16 Feb 2014 00:21:08 +0000 (19:21 -0500)
committerShawn Erquhart <shawn@professant.com>
Sun, 16 Feb 2014 00:21:08 +0000 (19:21 -0500)
scss/foundation/components/_buttons.scss

index 4e35a7f375140b231e41d85a8b7315cdf2e4a811..3a1858fb80f381a703235c8d4da5ff50b8ae343e 100644 (file)
@@ -128,7 +128,7 @@ $button-disabled-opacity: 0.7 !default;
 // We use this mixin to add button color styles
 //
 // $bg - Primary color set in settings file. Default: $primary-color.
-// $radius - If true, set to button radius which is $global-radius || explicitly set radius amount in px (ex. $radius:10px). Default: false
+// $radius - If true, set to button radius which is $global-radius || explicitly set radius amount in px (ex. $radius:10px). Default: true
 // $disabled - We can set $disabled:true to create a disabled transparent button. Default: false
 @mixin button-style($bg:$primary-color, $radius:true, $disabled:false) {