]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use pull request #10834 from ncoden/docs/remove-undefined-xy-cell-breakpoints-10276...
authorNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 07:10:37 +0000 (09:10 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sat, 16 Jun 2018 07:10:37 +0000 (09:10 +0200)
4b3be7d98 docs: remove undefined mixin `xy-cell-breakpoints` #10276

Signed-off-by: Nicolas Coden <nicolas@ncoden.fr>
docs/pages/xy-grid.md

index ca9e4579807192df5b27297ab7d4873728659f79..18385b57d2e71bc8d74801a2af5da30e96877400 100644 (file)
@@ -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.