1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 00:29:52 +02:00

Allow override default col width

This commit is contained in:
ysds
2019-08-28 23:37:39 +09:00
committed by XhmikosR
parent d08567797f
commit afc9cae32c
4 changed files with 24 additions and 12 deletions

View File

@@ -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 {