pub fn inherit_from(parent: &CssStyle, child: &mut CssStyle)
Inherit unset child properties from the parent. parent is the already resolved style (post-cascade) of the parent node.
parent