background_clip

Macro background_clip 

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