Macro hobo_css::background_position_x [−][src]
macro_rules! background_position_x {
(initial) => { ... };
(inherit) => { ... };
(unset) => { ... };
($($val : tt) +) => { ... };
}macro_rules! background_position_x {
(initial) => { ... };
(inherit) => { ... };
(unset) => { ... };
($($val : tt) +) => { ... };
}