From: Nicolas Coden Date: Sat, 16 Jun 2018 07:10:37 +0000 (+0200) Subject: Use pull request #10834 from ncoden/docs/remove-undefined-xy-cell-breakpoints-10276... X-Git-Tag: v6.5.0-rc.1^2~171 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d92e45de4b242bc2bf76f273607826121e3311b4;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Use pull request #10834 from ncoden/docs/remove-undefined-xy-cell-breakpoints-10276 for v6.5.0 4b3be7d98 docs: remove undefined mixin `xy-cell-breakpoints` #10276 Signed-off-by: Nicolas Coden --- diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index ca9e45798..18385b57d 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -425,14 +425,6 @@ Refer to the Sass documentation below to learn how each mixin works and the avai } ``` -We also have a shorthand option for the above which outputs the same CSS: - -```scss -.main-content { - @include xy-cell-breakpoints((small: full, medium: 8)); -} -``` - ### Custom Block Grid Use the `xy-grid-layout()` mixin to create your own block grid.