Skip to content

Commit

Permalink
Merge pull request #2175 from SidFerreira/patch-2
Browse files Browse the repository at this point in the history
use no-wrap flexbox mixin
  • Loading branch information
adamdbradley committed Sep 10, 2014
2 parents b1f94da + 0b5bce2 commit fbcd00a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

.row-wrap {
flex-wrap: wrap;
@include flex-wrap(wrap);
}

.row + .row {
Expand Down

0 comments on commit fbcd00a

Please sign in to comment.