Macro hobo_css::outline_color[][src]

macro_rules! outline_color {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    (gray $c : expr) => { ... };
    (rgb $rgb : expr) => { ... };
    ($rgba : expr) => { ... };
}