From: andycochran Date: Wed, 30 Nov 2016 01:52:51 +0000 (-0500) Subject: fix block grid mixin notes X-Git-Tag: v6.3-rc1~6^2~6^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fe0bba57a00cf4d9875d94fb7ed81dda20dd450;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix block grid mixin notes --- diff --git a/scss/grid/_gutter.scss b/scss/grid/_gutter.scss index 8969d292b..941014cfa 100644 --- a/scss/grid/_gutter.scss +++ b/scss/grid/_gutter.scss @@ -95,9 +95,9 @@ /// @param {Number|Keyword} $margin [auto] /// The bottom margin on block grid columns, accepts multiple values: /// - A single value will make the margin that exact size. -/// - A breakpoint name will make the margin the corresponding size in the $gutters map. -/// - "auto" will make the margin responsive, using the $gutters map values. -/// @param {Number|Map} $margins [$grid-column-gutter] - Gutter map or single value to use. Responsive gutter settings by default. +/// - A breakpoint name will make the margin the corresponding size in the $margins map. +/// - "auto" will make the margin responsive, using the $margins map values. +/// @param {Number|Map} $margins [$grid-column-gutter] - Map or single value to use. Responsive gutter settings by default. @mixin block-grid-column ( $margin: auto, $margins: $grid-column-gutter