0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00

clean up vars file a smidge

This commit is contained in:
Mark Otto 2015-04-29 11:48:58 -07:00
parent a999a0aff2
commit 95771f9658

View File

@ -43,6 +43,12 @@ $enable-shadows: false !default;
$enable-gradients: false !default;
$enable-transitions: true !default;
// Component defaults
//
// Control the default styling of most Bootstrap elements by modifying these
// variables. Mostly focused on spacing.
$spacer: 1rem !default;
$spacer-x: $spacer !default;
$spacer-y: $spacer !default;