pub type CascadePropertyFn = unsafe fn(declaration: &PropertyDeclaration, context: &mut Context<'_>);
Expand description

A per-longhand function that performs the CSS cascade for that longhand.