From: Nicolas Coden Date: Mon, 16 Jul 2018 21:55:40 +0000 (+0200) Subject: docs: fix "xy-cell" name in "xy-cell-offset()" mixin description X-Git-Tag: v6.6.0~3^2~68^2~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5d3c3f744ccd49d0578ecbaee5d24ff2dcee04f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: fix "xy-cell" name in "xy-cell-offset()" mixin description --- diff --git a/scss/xy-grid/_position.scss b/scss/xy-grid/_position.scss index 137326735..1d4222228 100644 --- a/scss/xy-grid/_position.scss +++ b/scss/xy-grid/_position.scss @@ -8,7 +8,7 @@ /// Offsets a column to the right/bottom by `$n` columns. /// -/// @param {Number|List} $n - Size to offset by. You can pass in any value accepted by the `zf-cell()` mixin, such as `6`, `50%`, or `1 of 2`. +/// @param {Number|List} $n - Size to offset by. You can pass in any value accepted by the `xy-cell()` mixin, such as `6`, `50%`, or `1 of 2`. /// @param {Number|Map} $gutters [$grid-margin-gutters] Map of gutters or single value to use for responsive gutters. /// @param {Keyword} $gutter-type [margin] The type of gutter to use. Can be `margin` or `padding` /// @param {Number|Array|Keyword} $breakpoint [null] - Single value, breakpoint name, or list of breakpoint names to use for `$gutters` (see `-zf-breakpoint-value()`). If using with the `breakpoint()` mixin this will be set automatically unless manually entered.