Include wrap option to the grid

This option will help a lot to create an image grid like http://codepen.io/sidfz/pen/Exuds
This commit is contained in:
Sid Ferreira
2014-09-09 10:34:43 -03:00
parent 59c8d5e1be
commit 1644f89fd5

View File

@@ -14,6 +14,10 @@
width: 100%;
}
.row-wrap {
flex-wrap: wrap;
}
.row + .row {
margin-top: ($grid-padding-width / 2) * -1;
padding-top: 0;