I tried to align vertical center an element within Flexbox and it works quite well, should be part of Tachyons?
.mt-auto { margin-top: auto; }
.mb-auto { margin-top: bottom; }
Tips:
https://hackernoon.com/flexbox-s-best-kept-secret-bd3d892826b6
Margin-auto left and right was released with v4 (see #390). In this same issue was mentioned vertical auto margins (some time later), I think they should be included too.
Believe you'd want align-items: center for vertically aligning flex children.
Most helpful comment
Margin-auto left and right was released with v4 (see #390). In this same issue was mentioned vertical auto margins (some time later), I think they should be included too.