Skip to main content

inherit_from

Function inherit_from 

Source
pub fn inherit_from(parent: &CssStyle, child: &mut CssStyle)
Expand description

Inherit unset child properties from the parent. parent is the already resolved style (post-cascade) of the parent node.