macro_rules! background_repeat {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (repeat) => { ... };
    (repeat - x) => { ... };
    (repeat - y) => { ... };
    (no - repeat) => { ... };
}