From: Nicolas Coden Date: Thu, 28 Apr 2016 16:26:27 +0000 (+0200) Subject: Fix grid-column-row parameter in doc X-Git-Tag: v6.3-rc1~55^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8528%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix grid-column-row parameter in doc --- diff --git a/scss/grid/_column.scss b/scss/grid/_column.scss index e09ac0c93..88b35ea3f 100644 --- a/scss/grid/_column.scss +++ b/scss/grid/_column.scss @@ -75,7 +75,7 @@ /// Creates a grid column row. This is the equivalent of adding `.row` and `.column` to the same element. /// -/// @param {Mixed} $gutter [$grid-column-gutter] - Width of the gutters on either side of the column row. Refer to the `grid-column-gutter()` function to see possible values. +/// @param {Mixed} $gutters [$grid-column-gutter] - Width of the gutters on either side of the column row. Refer to the `grid-column-gutter()` function to see possible values. @mixin grid-column-row( $gutters: $grid-column-gutter ) {