Function workflow_dom::inject::inject_css
source · pub fn inject_css(id: Option<&str>, css: &str) -> Result<()>
Expand description
Inject CSS stylesheed directly into DOM as a
<style>
element using Element::set_inner_html
pub fn inject_css(id: Option<&str>, css: &str) -> Result<()>
Inject CSS stylesheed directly into DOM as a
<style>
element using Element::set_inner_html