]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix block grid mixin notes
authorandycochran <andrewthomascochran@gmail.com>
Wed, 30 Nov 2016 01:52:51 +0000 (20:52 -0500)
committerandycochran <andrewthomascochran@gmail.com>
Wed, 30 Nov 2016 01:52:51 +0000 (20:52 -0500)
scss/grid/_gutter.scss

index 8969d292bd9653264d2002e517ae3f9a91192b15..941014cfa6d0415a9255f2d7955bc0b7a596c0f9 100644 (file)
@@ -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