From: Mark Otto Date: Sat, 24 Dec 2016 05:47:30 +0000 (-0800) Subject: remove unused utils, comment X-Git-Tag: v4.0.0-alpha.6~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d93991b1c564260ac459145ca764295f6b87746a;p=thirdparty%2Fbootstrap.git remove unused utils, comment --- diff --git a/scss/utilities/_flex.scss b/scss/utilities/_flex.scss index 93b6663787..ca713ef3e9 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; }