2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-24 14:04:09 +03: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
-4
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; }