Text alignment enumeration (for block layout)
Used by block layout to implement the legacy behaviour of <center> and
<div align="left | right | center">.
import { Style, TextAlign } from "taffy-layout";
const style = new Style();
style.textAlign = TextAlign.LegacyCenter; // Center block children