From 0eb0f0a066b933e63a4c30742d56e30405ed2fa1 Mon Sep 17 00:00:00 2001 From: Gilles Marchand Date: Tue, 24 Jun 2014 13:43:28 +0200 Subject: [PATCH] Typos in _settings.scss MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Only some typos… --- scss/foundation/_settings.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/foundation/_settings.scss b/scss/foundation/_settings.scss index e07e3f514..cd80fcc24 100644 --- a/scss/foundation/_settings.scss +++ b/scss/foundation/_settings.scss @@ -28,9 +28,9 @@ // $include-print-styles: true; // $include-html-global-classes: $include-html-classes; -// Grid +// Grid -// $include-html-grid-classes: $include-html-classes; +// $include-html-grid-classes: $include-html-classes; // $include-xl-html-grid-classes: false; // $row-width: rem-calc(1000); @@ -39,8 +39,8 @@ // Global // We use these to define default font weights -// $font-weight-normal: normal !default -// $font-weight-bold: bold !default +// $font-weight-normal: normal !default; +// $font-weight-bold: bold !default; // We use these to control various global styles // $body-bg: #fff; -- 2.47.2