docs: change separateCSS to separateCss (#1735)

The correct property, referenced on the "Custom Pages" docs page, is `separateCss`.
This commit is contained in:
Nick Baroni 2019-08-01 15:57:19 -04:00 committed by Yangshun Tay
parent b7f72946b0
commit f1415b9080

View file

@ -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.