Exactly as stated in the documentation I tried to compile my scss to css using shiny (the library is loaded)
The screenshot shows the path to my my-app.scss and both tries in script and console.
But neither one nor the other works. Both replys with "could not find function 'sass'"
I thought sass would be a function of shiny?
Also in the prominent example moldach/scss-shiny: An Binder example of integrating SCSS (and HTML) from CodePen into a Shiny Application (github.com) I can't find the way to call sass either
sass() is a function belonging to the sass package CRAN - Package sass (r-project.org)
sass()
sass
Thank you, very much
This topic was automatically closed 54 days after the last reply. New replies are no longer allowed. If you have a query related to it or one of the replies, start a new topic and refer back with a link.