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