You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The xy-grid-layout mixin documentation at https://foundation.zurb.com/sites/docs/xy-grid.html#xy-grid-layout is missing the $breakpoint parameter. The default value for $breakpoint is $-zf-zero-breakpoint, which is equal to small (I think this is also an issue, but it looks like it's addressed here: #11145). However, the user can define the $breakpoint parameter when including xy-grid-layout. In fact, it's necessary in order to get responsive gutters (until the pull request I linked to is released anyway).
Possible Solution
Add the $breakpoint parameter to the parameter list for xy-grid-layout in the Sass Reference section of the XY Grid documentation page.
Checklist (all required):
[ X] I have read and follow the CONTRIBUTING.md document.
[ X] There are no other issues similar to this one.
[ X] The issue title is descriptive.
[ X] The template is correctly filled.
The text was updated successfully, but these errors were encountered:
You are right, this was fixed at #11145. For the missing parameter in documentation, I think the documentation server is out-of-date. The Sass reference is automatically generated. It should be resolved at the next release.
Description
The
xy-grid-layout
mixin documentation at https://foundation.zurb.com/sites/docs/xy-grid.html#xy-grid-layout is missing the$breakpoint
parameter. The default value for$breakpoint
is$-zf-zero-breakpoint
, which is equal tosmall
(I think this is also an issue, but it looks like it's addressed here: #11145). However, the user can define the$breakpoint
parameter when includingxy-grid-layout
. In fact, it's necessary in order to get responsive gutters (until the pull request I linked to is released anyway).Possible Solution
Add the
$breakpoint
parameter to the parameter list forxy-grid-layout
in the Sass Reference section of the XY Grid documentation page.Checklist (all required):
The text was updated successfully, but these errors were encountered: