From: Nicolas Coden Date: Sun, 15 Jul 2018 20:41:29 +0000 (+0200) Subject: docs: improve formulation for `$output` description in `xy-cell` mixin X-Git-Tag: v6.6.0~3^2~68^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6887f80e0345aae5a10a9272a70478f59ac3fa24;p=thirdparty%2Ffoundation%2Ffoundation-sites.git docs: improve formulation for `$output` description in `xy-cell` mixin --- diff --git a/scss/xy-grid/_cell.scss b/scss/xy-grid/_cell.scss index 7873e66be..524803ff9 100644 --- a/scss/xy-grid/_cell.scss +++ b/scss/xy-grid/_cell.scss @@ -101,7 +101,7 @@ /// @param {List} $gutter-position [null] - The position to apply gutters to. Accepts `top`, `bottom`, `left`, `right` in any combination. By default `right left` for horizontal cells and `top bottom` for vertical cells. /// @param {String} $breakpoint [null] - The name of the breakpoint size in your gutters map to get the size from. If using with the `breakpoint()` mixin this will be set automatically unless manually entered. /// @param {Boolean} $vertical [false] - Set to true to output vertical (height) styles rather than widths. -/// @param {List} $output [(base size gutters)] - Cell parts to output. You will need to generate others parts of the cell seperately, it may not work correctly otherwise. +/// @param {List} $output [(base size gutters)] - Cell parts to output. You will need to generate others parts of the cell seperately, it may not work properly otherwise. @mixin xy-cell( $size: full, $gutter-output: null,