1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-03 10:23:05 +02:00

remove unused mixin, fix variable

This commit is contained in:
Mark Otto
2017-06-29 21:35:07 -07:00
committed by Mark Otto
parent e47cc747f6
commit d30b5b120e
2 changed files with 3 additions and 13 deletions

View File

@@ -20,16 +20,6 @@
}
}
// @mixin make-gutters($gutters: $grid-gutter-widths) {
// @each $breakpoint in map-keys($gutters) {
// @include media-breakpoint-up($breakpoint) {
// $gutter: map-get($gutters, $breakpoint);
// padding-right: ($gutter / 2);
// padding-left: ($gutter / 2);
// }
// }
// }
@mixin make-row() {
display: flex;
flex-wrap: wrap;