Macro hobo_css::text_anchor

source ·
macro_rules! text_anchor {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (start) => { ... };
    (middle) => { ... };
    (end) => { ... };
}