0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

remove unused utils, comment

This commit is contained in:
Mark Otto 2016-12-23 21:47:30 -08:00 committed by Mark Otto
parent 9d13fd3fe3
commit d93991b1c5

View File

@ -6,14 +6,10 @@
@include media-breakpoint-up($breakpoint) {
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
// Flex column reordering
.flex#{$infix}-first { order: -1; }
.flex#{$infix}-last { order: 1; }
.flex#{$infix}-unordered { order: 0; }
.flex#{$infix}-fill { flex: 1 1 auto; }
.flex#{$infix}-justify { flex: 1 1 100%; }
.flex#{$infix}-row { flex-direction: row !important; }
.flex#{$infix}-column { flex-direction: column !important; }