@caktus/flexless
v0.1.1
Published
A set of useful Less mixins for working with Flexbox
Downloads
6
Readme
Flexless
Here at Caktus we love Flexbox! And we love making styling easier with Less, so we combined two great things. Flexless makes Flexbox less difficult to support across a wide range of supported browsers.
Mixins for Containers
flex-layout
Initiate an element as a Flex container, including all the backfilled prefixing necessary:
.flex-layout();
flex-direction
direction can be row
, column
, row-reversed
, or column-reversed
flex-wrap
option can be wrap
or nowrap
Others
Where value can be flex-start
, flex-end
, center
, space-around
, or space-between