]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixes quotes in xy-cell-size comment 10862/head
authorTonyMtz <atony.mtz@gmail.com>
Sat, 13 Jan 2018 04:57:57 +0000 (21:57 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Jan 2018 04:57:57 +0000 (21:57 -0700)
scss/xy-grid/_cell.scss

index 10f70a64a5a0a20e1576679752108c6fa15abadd..cbc7de8ebec364a1fd41541c075c6eb0a17b7cbd 100644 (file)
@@ -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
 ) {