Manually adds css elements to target outfile
.
write_extra_css(css, outfile = "xaringan-themer.css")
A named list of CSS definitions each containing a named list
of CSS property-value pairs, i.e.
list(".class-id" = list("css-property" = "value"))
Customized xaringan CSS output file name, default is "xaringan-themer.css"
The css
input must be a named list of css properties and values within a
named list of class identifiers, for example
list(".class-id" = list("css-property" = "value"))
.