rstudio / bslib

Tools for theming Shiny and R Markdown via Bootstrap 3, 4, or 5.
https://rstudio.github.io/bslib/
Other
443 stars 49 forks source link

Re-export `htmltools::css()`? #1039

Open gadenbuie opened 2 months ago

gadenbuie commented 2 months ago

htmltools::css() is very helpful and I often end up using it with bslib components -- especially since it's available when developing bslib.

I think it's worth considering re-exporting css(). In the last dozen or so apps I've made, I've added library(htmltools) specifically to be able to call css() without the htmltools namespace.