]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update the comment/docs 10689/head
authorKerry <flatline-studios@users.noreply.github.com>
Sun, 1 Oct 2017 14:43:13 +0000 (15:43 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Oct 2017 14:43:13 +0000 (15:43 +0100)
Updated the comment, and by extension, the docs to include the extra parameter.

scss/xy-grid/_cell.scss

index 27aa12ab64ef3e3c75ec9b57ab75f48abc48f92f..b4a80be1d3ea25e76005c84270337e3f671af5b6 100644 (file)
@@ -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