[][src]Macro dominator::stylesheet

macro_rules! stylesheet {
    ($rule:expr) => { ... };
    ($rule:expr, { $(.$name:ident($($args:expr),*))* }) => { ... };
}