mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
clean up vars file a smidge
This commit is contained in:
parent
a999a0aff2
commit
95771f9658
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue