mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user