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

chore: Allow return of component dependency Sass files #1052

Closed gadenbuie closed 3 weeks ago

gadenbuie commented 2 months ago

Currently component_dependency_sass() returns a bs_dependency() where the component's Sass files are compiled against the current theme.

This change is in support of dynamic theming in Shiny for Python. This PR makes it possible (internally, not in a user-facing way) to request the Sass files that would otherwise be passed to bs_dependency(input=).

Pairs with: