aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-02-08 13:04:09 -0800
committerChris Rebert <[email protected]>2016-02-08 13:04:09 -0800
commitb7f70102ebe9f0c4fdf7a59901dba7f445c4a6ad (patch)
tree6ab027cf9170c5e7a4b095edf7472adb19885332
parentb6b063812be2a74c4379d07bc27d403c426c6ef9 (diff)
parent472e0e1259b00afe12d1da4d49c6cd8f9492d3cc (diff)
downloadbootstrap-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.scss2
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) {