1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

Make predefined grid classes conditional

- Add explicit -grid-classes variable and set to true by default
- Wrap .row and .col generation in the boolean var
This commit is contained in:
Mark Otto
2015-08-23 22:13:58 -07:00
parent 4b63173a41
commit 7633d4c603
2 changed files with 9 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ $enable-shadows: false !default;
$enable-gradients: false !default;
$enable-transitions: false !default;
$enable-hover-media-query: false !default;
$enable-grid-classes: true !default;
// Spacing