mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
Extend .container-fluid (#29106)
This commit is contained in:
committed by
XhmikosR
parent
3695c3a1fb
commit
e5a3ee5e9c
+1
-1
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user