UNPKG

gitbook-plugin-theme-synapse

Version:

Synapse theme for GitBook

11 lines (8 loc) 206 B
module.exports = { hooks: { config: function(config) { config.styles = config.styles || config.pluginsConfig['theme-synapse'].styles; return config; } } };