Skip to content

Commit

Permalink
Merge pull request #2169 from SidFerreira/patch-1
Browse files Browse the repository at this point in the history
feat(grid): include wrap option to the grid
  • Loading branch information
adamdbradley committed Sep 9, 2014
2 parents 59c8d5e + 1644f89 commit 36eef9e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
width: 100%;
}

.row-wrap {
flex-wrap: wrap;
}

.row + .row {
margin-top: ($grid-padding-width / 2) * -1;
padding-top: 0;
Expand Down

0 comments on commit 36eef9e

Please sign in to comment.