1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

disable flex to start

This commit is contained in:
Mark Otto
2015-05-22 22:33:45 -07:00
parent 68bcb89291
commit ddafee6ece

View File

@@ -37,7 +37,7 @@ $link-hover-decoration: underline !default;
//
// Quickly modify global styling by enabling or disabling features.
$enable-flex: true !default;
$enable-flex: false !default;
$enable-rounded: true !default;
$enable-shadows: false !default;
$enable-gradients: false !default;