]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: remove undefined mixin `xy-cell-breakpoints` #10276 10834/head
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 2 Jan 2018 16:01:47 +0000 (17:01 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 2 Jan 2018 16:01:47 +0000 (17:01 +0100)
Closes https://github.com/zurb/foundation-sites/issues/10276

docs/pages/xy-grid.md

index 71f5e5cce92c92e20e6213cb890f2234931030fb..7f95bf2a85c25e08241a1cbd5f60f5d6eda13850 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.