]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Flex utility classes shouldn't depend on $enable-grid-classes 19128/head
authorChris Rebert <github@chrisrebert.com>
Mon, 8 Feb 2016 12:25:45 +0000 (04:25 -0800)
committerChris Rebert <github@chrisrebert.com>
Mon, 8 Feb 2016 12:25:45 +0000 (04:25 -0800)
[skip sauce]
[skip validator]

scss/utilities/_flex.scss

index fe91ac1212c32c8d650e982e46b5d206cea65b08..a61135ce2ad53d1fdf64d2cfed5db10ba0c4625a 100644 (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) {