macro_rules! static_style_seq {
    ($a:ident, $b:expr) => { ... };
}
Expand description

macro to create a public function of CSS rules with a slice at current file scope,

respo::static_style_seq!(the_name,
  &[
    ("&", &respo::RespoStyle::default())
  ]
);

gets a function like:

pub fn the_name() -> String