1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 12:21:35 +02:00

fixes #17583: only include clearfix on make-container mixin when not in flex mode

This commit is contained in:
Mark Otto
2015-09-12 12:30:57 -07:00
parent b811f8cf96
commit 339130c040

View File

@@ -7,8 +7,11 @@
margin-left: auto; margin-left: auto;
padding-left: ($gutter / 2); padding-left: ($gutter / 2);
padding-right: ($gutter / 2); padding-right: ($gutter / 2);
@if $enable-flex {
} @else {
@include clearfix(); @include clearfix();
} }
}
// For each breakpoint, define the maximum width of the container in a media query // For each breakpoint, define the maximum width of the container in a media query