From bf5999cc06d33b76fb72ebffd7c83e738f90338d Mon Sep 17 00:00:00 2001 From: harry Date: Tue, 4 Jul 2017 01:10:54 +0530 Subject: [PATCH] Update docs on push/pull - source ordering! --- docs/pages/xy-grid.md | 6 ++++++ 1 file changed, 6 insertions(+) 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`. -- 2.47.2