Skip to content

Commit

Permalink
Quick note
Browse files Browse the repository at this point in the history
Added note to gutter's doc about the upcoming CSS gap property.
  • Loading branch information
dzuk-mutant committed Oct 28, 2019
1 parent b924bfb commit 2a133d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/gutter.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Gutters are mixins that give you convenient ways to space out items.

## gutter()

*Note: Fortunately, this will eventually be rendered obsolete by the upcoming CSS [`gap` property](https://developer.mozilla.org/en-US/docs/Web/CSS/gap#Browser_compatibility).*

The `gutter()` mixin adds 2D spacing to an array of objects, designed especially for flexbox items. This class ensures that all items within a container have even spacing in between them, but no spacing on the edges of the container.


Expand Down

0 comments on commit 2a133d2

Please sign in to comment.