From: Nicolas Coden Date: Sat, 25 Aug 2018 20:34:53 +0000 (+0200) Subject: Use pull request #11464 from ncoden/docs/remove-vertical-block-grid-11463 for v6.5.0 X-Git-Tag: v6.5.0-rc.3^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ff45eab9935812fdeb83d6e28a080a55132d6a9;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #11464 from ncoden/docs/remove-vertical-block-grid-11463 for v6.5.0 2bb3df02d docs: remove mentions of unsupported Y Grid from block grids section Signed-off-by: Nicolas Coden --- diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index 544782748..f4e6a9ec2 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -237,7 +237,7 @@ Offsets work by applying `margin-left` (or `margin-top` for a vertical grid) to ## Block Grids -To define cell widths within a direction-level, instead of the individual cell level, add the class `.[size]-up-[n]` to a `grid-x` or `grid-y`, where `[n]` is the number of cells to display per direction, and `[size]` is the breakpoint at which to apply the effect. +To define cell widths within a direction-level, instead of the individual cell level, add the class `.[size]-up-[n]` to a `grid-x`, where `[n]` is the number of cells to display per direction, and `[size]` is the breakpoint at which to apply the effect.
This example uses padding grid but this can be used with margin grid too.
@@ -256,6 +256,8 @@ To define cell widths within a direction-level, instead of the individual cell l ``` +Block Grids are not availaible for the vertical grids. Use the [basic layout](#vertical-grids) with a size applied on each cell of the grid instead. + --- ## Looking for Push/Pull?