Similar to the interface added to htmlDependency(script = ) for adding <script> attributes (added in #188 and rstudio/shiny#3395), we could do something similar in htmlDependency(stylesheet = ) for adding <link> attributes, which seems primarily useful for the media attribute
Similar to the interface added to
htmlDependency(script = )
for adding<script>
attributes (added in #188 and rstudio/shiny#3395), we could do something similar inhtmlDependency(stylesheet = )
for adding<link>
attributes, which seems primarily useful for themedia
attribute