From: apriljunge Date: Sat, 15 Aug 2020 05:07:51 +0000 (+0200) Subject: docs: remove undefined xy-cell-breakpoints mixin X-Git-Tag: v6.7.1~66^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12128%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: remove undefined xy-cell-breakpoints mixin Closes #12127 --- 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.