Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scss/_containers.scss')
-rw-r--r--scss/_containers.scss6
1 files changed, 1 insertions, 5 deletions
diff --git a/scss/_containers.scss b/scss/_containers.scss
index 125de8d9b0..f88f1e5f5e 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();