]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: remove undefined xy-cell-breakpoints mixin 12128/head
authorapriljunge <apriljunge@gmail.com>
Sat, 15 Aug 2020 05:07:51 +0000 (07:07 +0200)
committerGitHub <noreply@github.com>
Sat, 15 Aug 2020 05:07:51 +0000 (07:07 +0200)
Closes #12127

docs/pages/xy-grid.md

index a7e083bd85deef14ece849777953367f30e63afb..90147417b83d2018cc604cc74213def8c668d5bc 100644 (file)
@@ -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));
-}
-```
-
 <div class="callout warning">
   If you pass multiple breakpoints to the <code>breakpoint</code> mixin, it will duplicate its content for each of them. Be careful to only use <code>breakpoint</code> with properties that should change across breakpoints.
 </div>