diff options
| author | k-utsumi <[email protected]> | 2020-06-12 11:59:23 +0900 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-06-12 14:29:43 -0700 |
| commit | cde53a85d14d22b3eba6f96b7e01490848da047e (patch) | |
| tree | f40fc807d50720e2f2a38fe169dec0f65cc9583c /scss/_containers.scss | |
| parent | 286f16b92c546b96e1aadfb8cae409c34f036087 (diff) | |
| download | bootstrap-cde53a85d14d22b3eba6f96b7e01490848da047e.tar.xz bootstrap-cde53a85d14d22b3eba6f96b7e01490848da047e.zip | |
🔥 Remove container duplication
Diffstat (limited to 'scss/_containers.scss')
| -rw-r--r-- | scss/_containers.scss | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/scss/_containers.scss b/scss/_containers.scss index 125de8d9b..f88f1e5f5 100644 --- a/scss/_containers.scss +++ b/scss/_containers.scss @@ -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(); |
