inst/app/www/sass/compile_sass.R

options(sass.cache = FALSE)

sass::sass(
  input = sass::sass_file(here::here("inst/app/www/sass", "main.scss")),
  output = here::here("inst/app/www", "biodosetools_style.css")
)
biodosimetry-uab/biodosetools documentation built on Jan. 26, 2024, 5:36 p.m.