Learn R Programming

xaringanthemer (version 0.2.0)

write_extra_css: Write Extra CSS arguments

Description

Manually adds css elements to target outfile.

Usage

write_extra_css(css, outfile = "xaringan-themer.css")

Arguments

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"))

outfile

Customized xaringan CSS output file name, default is "xaringan-themer.css"

css list

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")).