2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03: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
-10
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;