1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02:00

🔥 Remove container duplication

This commit is contained in:
k-utsumi
2020-06-12 11:59:23 +09:00
committed by Mark Otto
parent 286f16b92c
commit cde53a85d1
2 changed files with 1 additions and 15 deletions

View File

@@ -4,11 +4,7 @@
@if $enable-grid-classes {
// Single container class with breakpoint max-widths
.container {
@include make-container();
@include make-container-max-widths();
}
.container,
// 100% wide container at all breakpoints
.container-fluid {
@include make-container();