[][src]Macro isaribi::style

macro_rules! style {
    { $( $selector:literal { $( $property:literal : $value:expr );*;} )* } => { ... };
}