Macro hobo_css::white_space

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