From 1644f89fd5cb7ef9dab649819b53773790182027 Mon Sep 17 00:00:00 2001 From: Sid Ferreira Date: Tue, 9 Sep 2014 10:34:43 -0300 Subject: [PATCH] Include wrap option to the grid This option will help a lot to create an image grid like http://codepen.io/sidfz/pen/Exuds --- scss/_grid.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/_grid.scss b/scss/_grid.scss index 7624119ca6..5ec1decec3 100644 --- a/scss/_grid.scss +++ b/scss/_grid.scss @@ -14,6 +14,10 @@ width: 100%; } +.row-wrap { + flex-wrap: wrap; +} + .row + .row { margin-top: ($grid-padding-width / 2) * -1; padding-top: 0;