From: Nicolas Coden Date: Sun, 5 Aug 2018 20:45:34 +0000 (+0200) Subject: docs: add fractions to the list of supported values in XY cell docs X-Git-Tag: v6.6.0~3^2~68^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a15dc4b0e8b7acf3f35b03190dc2840e2f7a20a0;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: add fractions to the list of supported values in XY cell docs --- diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index e32144f29..cd7af96ef 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -400,7 +400,7 @@ This is especially powerful as you can specify where you want the gutters, like ### Cells Use the `xy-cell()` mixin to create a cell. There are a number of ways to define the size of a cell. -`xy-cell` accepts a few different keywords as well as specific sizes: `full` (full width), `auto` (automatic width) and `shrink` (take up only the space it needs). +`xy-cell` accepts a few different keywords as well as specific sizes: `full` (full width), `auto` (automatic width) and `shrink` (take up only the space it needs) or any fraction (`6`, `50%`, `1 of 2` or `1/2`...). ```scss .main-content {