1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-12 00:24:03 +02:00

small vars change

This commit is contained in:
Mark Otto
2015-08-12 18:22:02 -07:00
parent 2375bb55b0
commit 786b1682a5

View File

@@ -14,6 +14,8 @@
// Grid breakpoints // Grid breakpoints
// Grid containers // Grid containers
// Grid columns // Grid columns
// Fonts
// Components
// Colors // Colors
@@ -53,6 +55,7 @@ $enable-hover-media-query: false !default;
$spacer: 1rem !default; $spacer: 1rem !default;
$spacer-x: $spacer !default; $spacer-x: $spacer !default;
$spacer-y: $spacer !default; $spacer-y: $spacer !default;
$border-width: .0625rem !default;
// Body // Body
@@ -152,7 +155,6 @@ $headings-font-weight: 500 !default;
$headings-line-height: 1.1 !default; $headings-line-height: 1.1 !default;
$headings-color: inherit !default; $headings-color: inherit !default;
$border-width: .0625rem !default;
// Components // Components