Macro hobo_css::opacity[][src]

macro_rules! opacity {
    (initial) => { ... };
    (inherit) => { ... };
    (unset) => { ... };
    ($num : expr) => { ... };
}