output <- sass::sass(
sass::sass_file(
'scss/main.scss'
),
cache = NULL,
options = sass::sass_options(
output_style='compressed'
),
output = 'inst/assets/style.min.css'
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.