sass::sass(
sass::sass_file("styles/main.scss"),
options = sass::sass_options(output_style = "compressed"),
output = "inst/semantic.dashboard.min.css",
cache = FALSE
)
sass::sass(
sass::sass_file("styles/main.scss"),
options = sass::sass_options(output_style = "expanded"),
output = "inst/semantic.dashboard.css",
cache = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.