#' Generate Mayo Bootsrap
#'
#' Used to compile a custom Mayo Clinic based bootstrap.css
compile_css <- function() {
sass::sass(
sass::sass_file("scss/mayotheme.scss"),
output = "inst/resources/css/bootstrap.css",
options = sass::sass_options(output_style = "compressed")
)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.