2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

disable flex to start

This commit is contained in:
Mark Otto
2015-05-22 22:33:45 -07:00
parent 68bcb89291
commit ddafee6ece
+1 -1
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;