mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-03 11:22:30 +02:00
docs: change separateCSS to separateCss (#1735)
The correct property, referenced on the "Custom Pages" docs page, is `separateCss`.
This commit is contained in:
parent
b7f72946b0
commit
f1415b9080
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ If you want a visible navigation option for representing topics on the current p
|
|||
|
||||
An array of JavaScript sources to load. The values can be either strings or plain objects of attribute-value maps. Refer to the example below. The script tag will be inserted in the HTML head.
|
||||
|
||||
#### `separateCSS` [array]
|
||||
#### `separateCss` [array]
|
||||
|
||||
Directories inside which any `CSS` files will not be processed and concatenated to Docusaurus' styles. This is to support static `HTML` pages that may be separate from Docusaurus with completely separate styles.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue