sass_import("foo")
sass_import("$foo", FALSE)
# \donttest{
tmp_scss_file <- tempfile(fileext = ".scss")
writeLines("$color: red; body{ color: $color; }", tmp_scss_file)
sass_file(tmp_scss_file)
sass(sass_file(tmp_scss_file))
# }
Run the code above in your browser using DataLab