mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-05 13:50:58 +00:00
Extend .container-fluid (#29106)
This commit is contained in:
parent
b65a5cb2c9
commit
c3ea8db2f6
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue