Skip to content

allow for custom dependencies to take precedence #1248

Closed
@ThierryO

Description

@ThierryO

Can we replace

..., extra_dependencies = c(extra_dependencies, gitbook_dependency(table_css, gb_config))
with

      ..., extra_dependencies = c(gitbook_dependency(table_css, gb_config), extra_dependencies)

In the current implementation, the gitbook css is loaded last. Hence it takes precedence over the css instructions defines in extra_dependencies.

Metadata

Metadata

Assignees

No one assigned

    Labels

    nextto consider for next release

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions