diff options
| author | Chris Rebert <[email protected]> | 2016-02-08 04:25:45 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-02-08 04:25:45 -0800 |
| commit | 472e0e1259b00afe12d1da4d49c6cd8f9492d3cc (patch) | |
| tree | 9c501e934d08420c11a8314ea0468eb8c400c5a5 | |
| parent | 3c8e08e3079dcfee1f8804c4015636b52289235b (diff) | |
| download | bootstrap-472e0e1259b00afe12d1da4d49c6cd8f9492d3cc.tar.xz bootstrap-472e0e1259b00afe12d1da4d49c6cd8f9492d3cc.zip | |
Flex utility classes shouldn't depend on $enable-grid-classes
[skip sauce]
[skip validator]
| -rw-r--r-- | scss/utilities/_flex.scss | 2 |
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) { |
