Skip to content

Files

Latest commit

e53cd3c · Oct 12, 2017

History

History
71 lines (51 loc) · 1.55 KB

README.md

File metadata and controls

71 lines (51 loc) · 1.55 KB

Flex


Class Reference

Class Output
flex display: flex
inline-flex display: inline-flex

Flex Direction

Class Output
flex-row flex-direction: row
flex-row-reverse flex-direction: row-reverse
flex-column flex-direction: column
flex-column-reverse flex-direction: column-reverse

Flex Wrap

Class Output
flex-wrap flex-wrap: wrap
flex-nowrap flex-wrap: nowrap

Flex Grow

Class Output
flex-grow flex-grow: 1
flex-grow-0 flex-grow: 0
flex-grow-1 flex-grow: 1
flex-grow-2 flex-grow: 2
flex-grow-3 flex-grow: 3

Flex Shrink

Class Output
flex-shrink flex-shrink: 1
flex-shrink-0 flex-shrink: 0
flex-shrink-1 flex-shrink: 1
flex-shrink-2 flex-shrink: 2
flex-shrink-3 flex-shrink: 3

Align Items

Justify Content

Align Self

Align Content

Order

Flex Grow