From: TonyMtz Date: Sat, 13 Jan 2018 04:57:57 +0000 (-0700) Subject: Fixes quotes in xy-cell-size comment X-Git-Tag: v6.6.0~56^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10862%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixes quotes in xy-cell-size comment --- diff --git a/scss/xy-grid/_cell.scss b/scss/xy-grid/_cell.scss index 10f70a64a..cbc7de8eb 100644 --- a/scss/xy-grid/_cell.scss +++ b/scss/xy-grid/_cell.scss @@ -8,7 +8,7 @@ /// Calculate the percentage size of a cell. /// -/// @param {Number|List} $size [$grid-columns] - Size to make the cell. You can pass a value in multiple formats, such as `6`, `50%`, `1 of 2 or 1/3. +/// @param {Number|List} $size [$grid-columns] - Size to make the cell. You can pass a value in multiple formats, such as `6`, `50%`, `1 of 2` or `1/3`. @function xy-cell-size( $size: $grid-columns ) {