From 2aeed2cfb4e7c550d2e97f586a89646adb7463b7 Mon Sep 17 00:00:00 2001 From: Kerry Date: Sun, 1 Oct 2017 15:43:13 +0100 Subject: [PATCH] Update the comment/docs Updated the comment, and by extension, the docs to include the extra parameter. --- scss/xy-grid/_cell.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2