R/apply-inline-style.R
css_apply_inline.Rd
Apply the CSS to the given HTML, storing the result as inline 'style' tags on each element
css_apply_inline(xml, css)
xml | html/xml document (as read by |
---|---|
css | CSS stylesheet to apply (as read by |
new xml document with final computed CSS written to inline style attribute on each element.