Skip to content

Added flexbox properties and values#194

Open
larslaade wants to merge 1 commit intoMarioRicalde:masterfrom
larslaade:feature/flexbox
Open

Added flexbox properties and values#194
larslaade wants to merge 1 commit intoMarioRicalde:masterfrom
larslaade:feature/flexbox

Conversation

@larslaade
Copy link
Copy Markdown

I added all current flexbox properties and values:

.flexbox {
    align-content: flex-start;
    align-content: flex-end;
    align-content: center;
    align-content: space-between;
    align-content: space-around;
    align-content: stretch;
    align-items: flex-start;
    align-items: flex-end;
    align-items: center;
    align-items: stretch;
    align-items: baseline;
    align-self: auto;
    align-self: flex-start;
    align-self: flex-end;
    align-self: center;
    align-self: baseline;
    align-self: stretch;
    display: flex;
    display: inline-flex;
    flex: 0 1 auto;
    flex-basis: auto;
    flex-direction: row;
    flex-direction: row-reverse;
    flex-direction: column;
    flex-direction: column-reverse;
    flex-flow: row nowrap;
    flex-flow: column wrap-reverse;
    flex-grow: 0;
    flex-shrink: 1;
    flex-wrap: nowrap;
    flex-wrap: wrap;
    flex-wrap: wrap-reverse;
    justify-content: flex-start;
    justify-content: flex-end;
    justify-content: center;
    justify-content: space-between;
    justify-content: space-around;
    order: 1;
}

@PixelT PixelT mentioned this pull request Sep 23, 2015
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.

1 participant