mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
disable flex to start
This commit is contained in:
parent
68bcb89291
commit
ddafee6ece
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ $link-hover-decoration: underline !default;
|
||||||
//
|
//
|
||||||
// Quickly modify global styling by enabling or disabling features.
|
// Quickly modify global styling by enabling or disabling features.
|
||||||
|
|
||||||
$enable-flex: true !default;
|
$enable-flex: false !default;
|
||||||
$enable-rounded: true !default;
|
$enable-rounded: true !default;
|
||||||
$enable-shadows: false !default;
|
$enable-shadows: false !default;
|
||||||
$enable-gradients: false !default;
|
$enable-gradients: false !default;
|
||||||
|
|
Loading…
Add table
Reference in a new issue