diff options
| author | Chris Rebert <[email protected]> | 2016-02-08 13:04:09 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-08 13:04:09 -0800 |
| commit | b7f70102ebe9f0c4fdf7a59901dba7f445c4a6ad (patch) | |
| tree | 6ab027cf9170c5e7a4b095edf7472adb19885332 | |
| parent | b6b063812be2a74c4379d07bc27d403c426c6ef9 (diff) | |
| parent | 472e0e1259b00afe12d1da4d49c6cd8f9492d3cc (diff) | |
| download | bootstrap-b7f70102ebe9f0c4fdf7a59901dba7f445c4a6ad.tar.xz bootstrap-b7f70102ebe9f0c4fdf7a59901dba7f445c4a6ad.zip | |
Merge pull request #19128 from twbs/flex-utils
Flex utility classes shouldn't depend on $enable-grid-classes
| -rw-r--r-- | scss/utilities/_flex.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/utilities/_flex.scss b/scss/utilities/_flex.scss index fe91ac121..a61135ce2 100644 --- a/scss/utilities/_flex.scss +++ b/scss/utilities/_flex.scss @@ -2,7 +2,7 @@ // // Custom styles for additional flex alignment options. -@if $enable-flex and $enable-grid-classes { +@if $enable-flex { @each $breakpoint in map-keys($grid-breakpoints) { // Flex column reordering @include media-breakpoint-up($breakpoint) { |
