diff options
| author | Martijn Cuppens <[email protected]> | 2019-07-23 08:50:24 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-07-23 09:50:24 +0300 |
| commit | c3ea8db2f6486875e497c6a8822ca3120f74ae5b (patch) | |
| tree | 073b20f549ff764b2abf66001b6aef03877ac330 | |
| parent | b65a5cb2c9247bce8aa531ac0b3ba160250c38a0 (diff) | |
| download | bootstrap-c3ea8db2f6486875e497c6a8822ca3120f74ae5b.tar.xz bootstrap-c3ea8db2f6486875e497c6a8822ca3120f74ae5b.zip | |
Extend `.container-fluid` (#29106)
| -rw-r--r-- | scss/_grid.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_grid.scss b/scss/_grid.scss index f70e84951..fe432ab9a 100644 --- a/scss/_grid.scss +++ b/scss/_grid.scss @@ -17,7 +17,7 @@ // Responsive containers that are 100% wide until a breakpoint @each $breakpoint, $container-max-width in $container-max-widths { .container-#{$breakpoint} { - @include make-container(); + @extend .container-fluid; } @include media-breakpoint-up($breakpoint, $grid-breakpoints) { |
