Macro hobo_css::white_space[][src]

macro_rules! white_space {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (normal) => { ... };
    (nowrap) => { ... };
    (pre) => { ... };
    (pre - line) => { ... };
    (pre - wrap) => { ... };
}