macro_rules! text_align_last {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (left) => { ... };
    (right) => { ... };
    (center) => { ... };
    (justify) => { ... };
    (start) => { ... };
    (end) => { ... };
}