2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+1 -5
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();