]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Clarify when grid-column-collapse() mixin should be used #7943
authorGeoff Kimball <geoff@zurb.com>
Thu, 21 Jan 2016 18:01:19 +0000 (10:01 -0800)
committerGeoff Kimball <geoff@zurb.com>
Thu, 21 Jan 2016 18:01:19 +0000 (10:01 -0800)
scss/grid/_gutter.scss

index 245a29ef3435653868122ea1c7281b3bc0d1d652..5897eb559003dec0490242fc172e32dc67819de5 100644 (file)
@@ -6,7 +6,7 @@
 /// @group grid
 ////
 
-/// Collapse the gutters on a column by removing the padding.
+/// Collapse the gutters on a column by removing the padding. **Note:** only use this mixin within a breakpoint. To collapse a column's gutters on all screen sizes, use the `$gutter` parameter of the `grid-column()` mixin instead.
 @mixin grid-column-collapse {
   padding-left: 0;
   padding-right: 0;