From f7c671464ef2c6c4a4f2a3e8819672bd59da54ef Mon Sep 17 00:00:00 2001 From: Shawn Erquhart Date: Sat, 15 Feb 2014 19:21:08 -0500 Subject: [PATCH] set radius to true in button-style mixin --- scss/foundation/components/_buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/foundation/components/_buttons.scss b/scss/foundation/components/_buttons.scss index 4e35a7f37..3a1858fb8 100644 --- a/scss/foundation/components/_buttons.scss +++ b/scss/foundation/components/_buttons.scss @@ -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) { -- 2.47.2