mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 04:12:53 +02:00
feat(v2): allow easy css override with custom css (#1559)
* feat(v2): allow easy css override with custom css * lint * fix(v2): use back require for client modules
This commit is contained in:
parent
e35c1efdf8
commit
b789624d2e
8 changed files with 9 additions and 43 deletions
|
@ -10,6 +10,7 @@ module.exports = function preset(context, opts = {}) {
|
|||
themes: [
|
||||
{
|
||||
module: '@docusaurus/theme-classic',
|
||||
options: opts.theme,
|
||||
},
|
||||
{
|
||||
module: '@docusaurus/theme-search-algolia',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue