mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-29 10:40:23 +00: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…
Reference in a new issue