Closed koldLight closed 1 year ago
Same issue. Chiming in to note that this problem appears confined to the CSS external file...YAML reference to logo and favicon that are located in the same "www" folder as my custom CSS work just fine. Had to revert back to version 0.5.2 to import custom CSS.
Turns out this problem is not unique to {flexdashboard}
, and a fix will need to come from {rmarkdown}
, so I'll be closing this issue thread.
I filed a more minimal reprex of the issue here https://github.com/rstudio/rmarkdown/issues/2443... please subscribe/follow that issue for progress updates.
Hi,
It looks flexdashboard 0.6.0 is not correctly reading the css external file when using runtime shiny and a bootswatch theme.
Same code works in 0.5.2 but fails in 0.6.0 with the following error:
To reproduce this error, create a project with these two files:
app.Rmd
app.css
And compare 0.5.2 (ok) vs 0.6.0 (error)