From 4f8945da2d4ab7dbbbe461de25b2845918f12ed4 Mon Sep 17 00:00:00 2001 From: TonyMtz Date: Fri, 12 Jan 2018 21:57:57 -0700 Subject: [PATCH] Fixes quotes in xy-cell-size comment --- 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 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 ) { -- 2.47.2