# Create the default custom.scss in a temporary directory
tmp <- tempdir()
write_scss(name = "custom", path = tmp)
# Add another SCSS file and update YAML in the temporary directory
write_scss(name = "special_theme", path = tmp)
Run the code above in your browser using DataLab