Macro hobo_css::resize

source ·
macro_rules! resize {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (none) => { ... };
    (both) => { ... };
    (horizontal) => { ... };
    (vertical) => { ... };
}