Skip to content

Commit

Permalink
Add missing flex-fill utility
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdlg authored and mdo committed Jan 21, 2018
1 parent 3be5112 commit 2137d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/utilities/_flex.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit 2137d61

Please sign in to comment.