diff options
| author | Pierre-Denis Vanduynslager <[email protected]> | 2017-03-20 16:56:58 -0400 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2018-01-21 12:16:17 -0800 |
| commit | 2137d61eacbd962ea41e16a492da8b1d1597d3d9 (patch) | |
| tree | b12f91bedfa26077453a9c6797e23f1c361474c4 | |
| parent | 3be511264c16404d5a741c3f6ec0c5c39bddaaa1 (diff) | |
| download | bootstrap-2137d61eacbd962ea41e16a492da8b1d1597d3d9.tar.xz bootstrap-2137d61eacbd962ea41e16a492da8b1d1597d3d9.zip | |
Add missing flex-fill utility
| -rw-r--r-- | scss/utilities/_flex.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/utilities/_flex.scss b/scss/utilities/_flex.scss index 8e4703843..1f898c1b1 100644 --- a/scss/utilities/_flex.scss +++ b/scss/utilities/_flex.scss @@ -16,6 +16,7 @@ .flex#{$infix}-wrap { flex-wrap: wrap !important; } .flex#{$infix}-nowrap { flex-wrap: nowrap !important; } .flex#{$infix}-wrap-reverse { flex-wrap: wrap-reverse !important; } + .flex#{$infix}-fill { flex: 1 1 auto !important; } .justify-content#{$infix}-start { justify-content: flex-start !important; } .justify-content#{$infix}-end { justify-content: flex-end !important; } |
