]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Added $include-spacing to the DocBlock for block-grid() 6203/head
authorJames W. Lane III <james.w.lane@mac.com>
Mon, 19 Jan 2015 05:52:25 +0000 (23:52 -0600)
committerJames W. Lane III <james.w.lane@mac.com>
Mon, 19 Jan 2015 05:52:25 +0000 (23:52 -0600)
I noticed $include-spacing is a argument but not documented in the DocBlock.

scss/foundation/components/_block-grid.scss

index 5c7bf14611bb551a1af20d72025abf4f69ef7b14..9b8d873cf294b29e7439cc561b46d4252ed2d8ea 100644 (file)
@@ -30,6 +30,7 @@ $block-grid-media-queries: true !default;
 //
 // $per-row - # of items to display per row. Default: false.
 // $spacing - # of ems to use as padding on each block item. Default: rem-calc(20).
+// $include-spacing - Adds padding to our list item. Default: true.
 // $base-style - Apply a base style to block grid. Default: true.
 @mixin block-grid(
   $per-row:false,