]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update docs on push/pull - source ordering! 10332/head
authorharry <harmanmanchanda182@gmail.com>
Mon, 3 Jul 2017 19:40:54 +0000 (01:10 +0530)
committerharry <harmanmanchanda182@gmail.com>
Mon, 3 Jul 2017 19:40:54 +0000 (01:10 +0530)
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`.