From 58647d84754c686473870ec02ad7207866f6e9eb Mon Sep 17 00:00:00 2001 From: callmenick Date: Thu, 23 Apr 2015 08:58:39 +0800 Subject: [PATCH] minor edit on sass configuration block --- README.md | 6 +++--- sass/circle-menu.scss | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a9d92da..a30dd7e 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Using the Gulp workflow is hugely beneficial, because it makes the component muc // $nav-position: "bottom-right"; [6] // $mq-height: 480px; [7] // $mq-width: 480px; [8] -// $button-bar-height: 4px !default; [9] -// $button-bar-spacing: 4px !default; [10] -// $button-lr-padding: 10px !default; [11] +// $button-bar-height: 4px; [9] +// $button-bar-spacing: 4px; [10] +// $button-lr-padding: 10px; [11] ``` You can edit these as you see fit. Here's the breakdown of these 11 configuration options: diff --git a/sass/circle-menu.scss b/sass/circle-menu.scss index f054534..6eaa16c 100644 --- a/sass/circle-menu.scss +++ b/sass/circle-menu.scss @@ -35,9 +35,9 @@ // $nav-position: "bottom-right"; [6] // $mq-height: 480px; [7] // $mq-width: 480px; [8] -// $button-bar-height: 4px !default; [9] -// $button-bar-spacing: 4px !default; [10] -// $button-lr-padding: 10px !default; [11] +// $button-bar-height: 4px; [9] +// $button-bar-spacing: 4px; [10] +// $button-lr-padding: 10px; [11]