From 2c08c87a01b3689963e03e1149f1a68ed96d3600 Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Thu, 3 Dec 2015 16:36:17 -0800 Subject: [PATCH] Remove duplicate $global-margin variable... again? Definitely fixes #7197 --- scss/_global.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/scss/_global.scss b/scss/_global.scss index bdffc73e2..cf522198a 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -82,10 +82,6 @@ $global-margin: 1rem !default; /// @type Number $global-padding: 1rem !default; -/// Global value used for margin between components. -/// @type Number -$global-margin: 1rem !default; - /// Global font weight used for normal type. /// @type Keyword | Number $global-weight-normal: normal !default; -- 2.47.2