From: Nicolas Coden Date: Tue, 2 Jan 2018 16:01:47 +0000 (+0100) Subject: docs: remove undefined mixin `xy-cell-breakpoints` #10276 X-Git-Tag: v6.6.0~58^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10834%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: remove undefined mixin `xy-cell-breakpoints` #10276 Closes https://github.com/zurb/foundation-sites/issues/10276 --- diff --git a/docs/pages/xy-grid.md b/docs/pages/xy-grid.md index 71f5e5cce..7f95bf2a8 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.