]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Merge pull request #10332 from zurb/docs/push-pull-bye-bye
authorKevin Ball <kmball11@gmail.com>
Mon, 3 Jul 2017 23:06:32 +0000 (16:06 -0700)
committerKevin Ball <kmball11@gmail.com>
Tue, 25 Jul 2017 00:03:34 +0000 (17:03 -0700)
Update docs on push/pull - source ordering!

docs/pages/xy-grid.md

index 9641bccc252d0fe2ce09b1868d7b9d8031b1fd83..863bddd75a4aa2bcb10fa25aac74d8b64cf97726 100644 (file)
@@ -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`.