From: Kerry Date: Sun, 1 Oct 2017 14:43:13 +0000 (+0100) Subject: Update the comment/docs X-Git-Tag: v6.4.4-rc1~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2aeed2cfb4e7c550d2e97f586a89646adb7463b7;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update the comment/docs Updated the comment, and by extension, the docs to include the extra parameter. --- diff --git a/scss/xy-grid/_cell.scss b/scss/xy-grid/_cell.scss index 27aa12ab6..b4a80be1d 100644 --- a/scss/xy-grid/_cell.scss +++ b/scss/xy-grid/_cell.scss @@ -44,7 +44,7 @@ /// Sets base flex properties for cells. /// -/// @param {Keyword} $size [full] - The size of your cell. Accepts `full`, `auto` or `shrink`. +/// @param {Keyword} $size [full] - The size of your cell. Accepts `full`, `auto`, `shrink` or `grow`. @mixin xy-cell-base($size: full) { @if($size == 'full') { // This is the base style, all others inherit from it