aboutsummaryrefslogtreecommitdiff
path: root/scss/_grid.scss
diff options
context:
space:
mode:
authorysds <[email protected]>2019-08-28 23:37:39 +0900
committerMark Otto <[email protected]>2019-08-30 13:07:27 -0700
commitebfeaa4ad18aa67c8ff91ff483f1f3634b2afc85 (patch)
treee908ca120f07d69034b31926c47e39a7c55225db /scss/_grid.scss
parentcc248791b0f260aa6e0505a0aa7c3faeb1cbc797 (diff)
downloadbootstrap-ebfeaa4ad18aa67c8ff91ff483f1f3634b2afc85.tar.xz
bootstrap-ebfeaa4ad18aa67c8ff91ff483f1f3634b2afc85.zip
Allow override default col width
Diffstat (limited to 'scss/_grid.scss')
-rw-r--r--scss/_grid.scss10
1 files changed, 0 insertions, 10 deletions
diff --git a/scss/_grid.scss b/scss/_grid.scss
index 5f25e38f1..d36ee75d8 100644
--- a/scss/_grid.scss
+++ b/scss/_grid.scss
@@ -46,16 +46,6 @@
@include make-row();
}
- @each $breakpoint in map-keys($grid-breakpoints) {
- $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
-
- @for $i from 1 through $grid-row-columns {
- .row-cols#{$infix}-#{$i} {
- @include row-cols($i);
- }
- }
- }
-
// Remove the negative margin from default .row, then the horizontal padding
// from all immediate children columns (to prevent runaway style inheritance).
.no-gutters {