From 786b1682a5c30a00498cd017308aa2213f82b90a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 12 Aug 2015 18:22:02 -0700 Subject: [PATCH] small vars change --- scss/_variables.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scss/_variables.scss b/scss/_variables.scss index 3a0bd19594..a51001a372 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -14,6 +14,8 @@ // Grid breakpoints // Grid containers // Grid columns +// Fonts +// Components // Colors @@ -53,6 +55,7 @@ $enable-hover-media-query: false !default; $spacer: 1rem !default; $spacer-x: $spacer !default; $spacer-y: $spacer !default; +$border-width: .0625rem !default; // Body @@ -152,7 +155,6 @@ $headings-font-weight: 500 !default; $headings-line-height: 1.1 !default; $headings-color: inherit !default; -$border-width: .0625rem !default; // Components