pub(crate) fn obj_map_keys_string( entries: &IndexMap<String, String>, mapper: fn(&str) -> String, ) -> IndexMap<String, Rc<FlatCompiledStylesValue>>