mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-21 12:44:43 +00:00
remove unused utils, comment
This commit is contained in:
parent
9d13fd3fe3
commit
d93991b1c5
1 changed files with 0 additions and 4 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue