Commit 786b1682 authored by Mark Otto's avatar Mark Otto

small vars change

parent 2375bb55
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment