-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(lg-row-gap): adds new directive and classes #1052
feat(lg-row-gap): adds new directive and classes #1052
Conversation
* enables consumers to use the `row-gap` CSS property using Canopy and it's spacing. * accepts either a value or will default to `sm` row-gap. * fixes a broken link in the storybook grid style docs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would have expected the directive to be part of the Grid module? and maybe add a mention to it in the spacing documentation
@markblandford looking good 👍 I think we can move it to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking great, thanks for adding this 👍
Add a row-gap to the flex elements using the row-gap | ||
<a href="./?path=/docs/style-spacing--page">Canopy classes</a> | ||
or <a href="./?path=/story/directives-row-gap--row-gap--row-gap">Canopy directive</a>. | ||
</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
might be being a little picky 😅 - i think this indentation is off
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can fix this once we do the grid documentation
🎉 This PR is included in version 9.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
row-gap
CSS property using Canopy and it's spacing.sm
row-gap.Follows on from the discussion #1046.
This draft PR is for master but I am open to it going into @next if required.
Checklist: