Macro hobo_css::position[][src]

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