macro_rules! transform_style {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (flat) => { ... };
    (preserve - 3d) => { ... };
}