From d92e45de4b242bc2bf76f273607826121e3311b4 Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Sat, 16 Jun 2018 09:10:37 +0200 Subject: [PATCH] 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 --- docs/pages/xy-grid.md | 8 -------- 1 file changed, 8 deletions(-) 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. -- 2.47.3