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

remove grid gutter sass map as it's output css was all jacked up

This commit is contained in:
Mark Otto
2017-06-29 21:27:27 -07:00
committed by Mark Otto
parent e51749e4a7
commit b013b987b0
4 changed files with 28 additions and 69 deletions

View File

@@ -9,8 +9,8 @@
position: relative;
width: 100%;
min-height: 1px; // Prevent columns from collapsing when empty
@include make-gutters($gutters);
padding-right: ($grid-gutter-width / 2);
padding-left: ($grid-gutter-width / 2);
}
@each $breakpoint in map-keys($breakpoints) {