Commit e5a3ee5e authored by Martijn Cuppens's avatar Martijn Cuppens Committed by XhmikosR
Browse files

Extend `.container-fluid` (#29106)

parent 3695c3a1
Showing with 1 addition and 1 deletion
+1 -1
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
// Responsive containers that are 100% wide until a breakpoint // Responsive containers that are 100% wide until a breakpoint
@each $breakpoint, $container-max-width in $container-max-widths { @each $breakpoint, $container-max-width in $container-max-widths {
.container-#{$breakpoint} { .container-#{$breakpoint} {
@include make-container(); @extend .container-fluid;
} }
@include media-breakpoint-up($breakpoint, $grid-breakpoints) { @include media-breakpoint-up($breakpoint, $grid-breakpoints) {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment