Skip to content
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

[objects.layout] Enhance and use flexbox #425

Open
wants to merge 3 commits into
base: v7.0.0
Choose a base branch
from
Open

[objects.layout] Enhance and use flexbox #425

wants to merge 3 commits into from

Conversation

csshugs
Copy link
Member

@csshugs csshugs commented May 28, 2020

This is an alternative PR to #384 which additionally:

  • contains the .o-layout--stretch modifier
  • provides individual visual reordering of single layout items
  • adds default vertical spacing to items when they are collapsed

@@ -87,12 +87,57 @@ $inuit-layout-huge-gutter: inuit-spacing(huge) !default;
* 2. By default, all layout items are full-width (mobile first).
* 3. Gutters provided by left padding:
* http://csswizardry.com/2011/08/building-better-grid-systems/
* 4. Set a default order, so we can increase of decrease that number with

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: Correct typo

Suggested change
* 4. Set a default order, so we can increase of decrease that number with
* 4. Set a default order, so we can increase or decrease that number with

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants