1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

fix spacer vars

This commit is contained in:
Mark Otto
2015-04-15 15:30:26 -07:00
parent e9ceff4a5b
commit 236a86502e
2 changed files with 5 additions and 2 deletions

View File

@@ -43,6 +43,9 @@ $enable-gradients: false !default;
$enable-transitions: true !default;
$spacer: 1rem !default;
$spacer-x: $spacer !default;
$spacer-y: $spacer !default;
$border-width: .075rem !default;
$use-hover-media-query: false !default;