aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {