From de917d4b49acf2738b733969f277fe64579d0a82 Mon Sep 17 00:00:00 2001 From: apriljunge Date: Sat, 15 Aug 2020 07:07:51 +0200 Subject: [PATCH] docs: remove undefined xy-cell-breakpoints mixin Closes #12127 --- 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 a7e083bd8..90147417b 100644 --- a/docs/pages/xy-grid.md +++ b/docs/pages/xy-grid.md @@ -480,14 +480,6 @@ You can also use for more advanced responsive cells: } ``` -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)); -} -``` -
If you pass multiple breakpoints to the breakpoint mixin, it will duplicate its content for each of them. Be careful to only use breakpoint with properties that should change across breakpoints.
-- 2.47.2