From 472e0e1259b00afe12d1da4d49c6cd8f9492d3cc Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 8 Feb 2016 04:25:45 -0800 Subject: [PATCH] Flex utility classes shouldn't depend on $enable-grid-classes [skip sauce] [skip validator] --- scss/utilities/_flex.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {