pub async fn get_css_elements(user: &mut GooseUser, html: &str) -> Vec<String>
Expand description

Extract all local css elements defined with a href= tag from the the provided html.

While you can invoke this function directly, it’s generally preferred to invoke validate_and_load_static_assets which in turn invokes this function.