Attach the package CSS (from inst/css/) as html dependencies to a tag or tagList. This
ensures styles are available when rendering HTML,
pkgdown sites, htmlwidgets, or Shiny apps.
Arguments
- tag
A htmltools tag or tagList (for example the UI returned by
shiny::fluidPage()). The returned value is atagListthat includes the providedtagand the package dependencies.