macro_rules! styles { () => { ... }; ($($component:expr => $value:expr),*) => { ... }; ($($component:expr => $value:expr),* ,) => { ... }; }
Creates a Styles instance with the given name/component pairs.
Styles