Commit 472e0e12 authored by Chris Rebert's avatar Chris Rebert
Browse files

Flex utility classes shouldn't depend on $enable-grid-classes

[skip sauce]
[skip validator]
parent 3c8e08e3
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// //
// Custom styles for additional flex alignment options. // Custom styles for additional flex alignment options.
@if $enable-flex and $enable-grid-classes { @if $enable-flex {
@each $breakpoint in map-keys($grid-breakpoints) { @each $breakpoint in map-keys($grid-breakpoints) {
// Flex column reordering // Flex column reordering
@include media-breakpoint-up($breakpoint) { @include media-breakpoint-up($breakpoint) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment