]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
docs: improve formulation for `$output` description in `xy-cell` mixin
authorNicolas Coden <nicolas@ncoden.fr>
Sun, 15 Jul 2018 20:41:29 +0000 (22:41 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Sun, 15 Jul 2018 20:41:29 +0000 (22:41 +0200)
scss/xy-grid/_cell.scss

index 7873e66be16be7d59988cb00dffe91cfb9b3078d..524803ff91eb496c5064c6a6f0ce5c0330a566ae 100644 (file)
 /// @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,