From: Chris Rebert Date: Mon, 8 Feb 2016 12:25:45 +0000 (-0800) Subject: Flex utility classes shouldn't depend on $enable-grid-classes X-Git-Tag: v4.0.0-alpha.3~259^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19128%2Fhead;p=thirdparty%2Fbootstrap.git Flex utility classes shouldn't depend on $enable-grid-classes [skip sauce] [skip validator] --- diff --git a/scss/utilities/_flex.scss b/scss/utilities/_flex.scss index fe91ac1212..a61135ce2a 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) {