2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

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

[skip sauce]
[skip validator]
This commit is contained in:
Chris Rebert
2016-02-08 04:25:45 -08:00
parent 3c8e08e307
commit 472e0e1259
+1 -1
View File
@@ -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) {