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")
)

Try the biodosetools package in your browser

Any scripts or data that you put into this service are public.

biodosetools documentation built on Nov. 16, 2022, 5:13 p.m.