Macro hobo_css::background_clip[][src]

macro_rules! background_clip {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (border - box) => { ... };
    (padding - box) => { ... };
    (content - box) => { ... };
    (text) => { ... };
}