Closed jordanjustice closed 6 years ago
This PR adds the columnGap and rowGap props to enable use of the column-gap and row-gap properties respectively. There are no defaults for these since gap already included that.
columnGap
rowGap
gap
Closes #44.
LGTM, thanks 😄
:tada: This PR is included in version 1.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This PR adds the
columnGap
androwGap
props to enable use of the column-gap and row-gap properties respectively. There are no defaults for these sincegap
already included that.Closes #44.