Macro hobo_css::text_align

source ·
macro_rules! text_align {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (left) => { ... };
    (right) => { ... };
    (center) => { ... };
    (justify) => { ... };
}