pub fn compute_styles(
sheets: &[StyleSheet],
classes: &[String],
tag: &str,
parent_style: Option<&ComputedStyle>,
) -> ComputedStyleExpand description
Compute styles for a set of classes + tag, cascading from multiple stylesheets.
pub fn compute_styles(
sheets: &[StyleSheet],
classes: &[String],
tag: &str,
parent_style: Option<&ComputedStyle>,
) -> ComputedStyleCompute styles for a set of classes + tag, cascading from multiple stylesheets.