diff options
| author | Mark Otto <[email protected]> | 2016-12-23 21:47:30 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-24 14:21:04 -0800 |
| commit | d93991b1c564260ac459145ca764295f6b87746a (patch) | |
| tree | f09d25daa1c217661cf922a5e043af5da31d5f43 | |
| parent | 9d13fd3fe3d1a4578dde8b2cf0a8c74b1e41405b (diff) | |
| download | bootstrap-d93991b1c564260ac459145ca764295f6b87746a.tar.xz bootstrap-d93991b1c564260ac459145ca764295f6b87746a.zip | |
remove unused utils, comment
| -rw-r--r-- | scss/utilities/_flex.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/utilities/_flex.scss b/scss/utilities/_flex.scss index 93b666378..ca713ef3e 100644 --- a/scss/utilities/_flex.scss +++ b/scss/utilities/_flex.scss @@ -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; } |
