From: harry Date: Mon, 3 Jul 2017 19:40:54 +0000 (+0530) Subject: Update docs on push/pull - source ordering! X-Git-Tag: v6.4.2-rc2~1^2~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10332%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update docs on push/pull - source ordering! --- diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index 9641bccc2..863bddd75 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -203,6 +203,12 @@ Offsets work by applying `margin-left` (or `margin-top` for a vertical grid) to --- +## Looking for Push Pull + +Push and pull are a bit of a hack solution and was only necessary for Float based grids. But for flexbox, this hack is not needed as [source ordering](flexbox-utilities.html#source-ordering) does this with ease. + +--- + ## Vertical Grids The XY grid also supports vertical grids. Simply apply `.grid-y` instead of `.grid-x`.