Type Definition style::properties::CascadePropertyFn
source · pub type CascadePropertyFn = fn(declaration: &PropertyDeclaration, context: &mut Context<'_>);
Expand description
A per-longhand function that performs the CSS cascade for that longhand.