Skip to main content
Version: 0.2.0

Flexbox

Flexbox utilities, from bare-minimum flex(), to flex-col-center()

Mixins#

flex()#

Sets display to flex

flex-row()#

Sets display to flex, with direction as row

flex-col()#

Sets display to flex, with direction as column

flex-center()#

Sets align-items and justify-content to center

flex-col-center()#

Same as flex-center(), but also applies flex-col()

flex-row-center()#

Same as flex-center(), but also applies flex-row()