abcd_theme <- bs_theme(
version = 4,
bootswatch = "default",
"border-width" = "2px")
# Generate bs_custom.css
sass::sass(
sass_file("www/styles.scss"),
output = "www/styles.css"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.