1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

stub out flexbox grid variation via -flex

This commit is contained in:
Mark Otto
2015-04-27 01:43:14 -07:00
parent b9ed61854c
commit 9d4d6ef3a2
4 changed files with 45 additions and 3 deletions

View File

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