0.1.1 • Published 9 years ago
@caktus/flexless v0.1.1
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
Mixins for Items
0.1.1
9 years ago