Macro hobo_css::position

source ·
macro_rules! position {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (static) => { ... };
    (absolute) => { ... };
    (fixed) => { ... };
    (relative) => { ... };
    (sticky) => { ... };
}