azz / styled-css-grid

🍱 A tiny CSS grid layout for React
https://styled-css-grid.js.org/
MIT License
623 stars 42 forks source link

Adds columnGap and rowGap Props #49

Closed jordanjustice closed 6 years ago

jordanjustice commented 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.

Closes #44.

azz commented 6 years ago

LGTM, thanks 😄

azz commented 6 years ago

:tada: This PR is included in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: