Closed
Description
Can we replace
Line 34 in 23798df
..., 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
.