pub fn styles_values<MSG>( pairs: impl IntoIterator<Item = (impl Into<Cow<'static, str>>, impl Into<Value>)>, ) -> Attribute<MSG>
A helper function to build styles by accepting pairs