mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 04:41:36 +02:00
remove unused utils, comment
This commit is contained in:
@@ -6,14 +6,10 @@
|
|||||||
@include media-breakpoint-up($breakpoint) {
|
@include media-breakpoint-up($breakpoint) {
|
||||||
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
||||||
|
|
||||||
// Flex column reordering
|
|
||||||
.flex#{$infix}-first { order: -1; }
|
.flex#{$infix}-first { order: -1; }
|
||||||
.flex#{$infix}-last { order: 1; }
|
.flex#{$infix}-last { order: 1; }
|
||||||
.flex#{$infix}-unordered { order: 0; }
|
.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}-row { flex-direction: row !important; }
|
||||||
.flex#{$infix}-column { flex-direction: column !important; }
|
.flex#{$infix}-column { flex-direction: column !important; }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user