Macro hobo_css::display

source ·
macro_rules! display {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (block) => { ... };
    (none) => { ... };
    (inline) => { ... };
    (inline - block) => { ... };
    (flex) => { ... };
    (inline - flex) => { ... };
    (grid) => { ... };
    (inline - grid) => { ... };
    (flow - root) => { ... };
    (contents) => { ... };
    (table) => { ... };
    (table - row) => { ... };
    (table - row - group) => { ... };
    (table - header - group) => { ... };
    (table - footer - group) => { ... };
    (table - cell) => { ... };
    (table - column - group) => { ... };
    (table - column) => { ... };
    (table - caption) => { ... };
    (list - item) => { ... };
}