Skip to main content

html_with_lints

Function html_with_lints 

Source
pub fn html_with_lints(input: &str, opts: HtmlOptions) -> (El, Vec<Finding>)
Expand description

Like html_with_options but also returns the lint findings gathered during the walk. Use this when you need to surface dropped declarations, unsupported selectors, or margin-asymmetry reconciliations to the author or downstream tools.