Prior versions of DITA2Go used a single setting to manage CSS file options:
[HtmlOptions] ; Stylesheet = None (default if no setting), ; Init (default set by Setup, write .css if not existing), ; Generate (overwrite .css), ; Class (no link, no write), or ; Use (link, no write). ;Stylesheet=None
The Stylesheet setting is deprecated, and is replaced by the [CSS] options described in §31.4.1 Specifying CSS options in a DITA2Go configuration file. However, Stylesheet is still supported for backward compatibility.
If a Stylesheet setting is present in your configuration file and the newer [CSS] file options are not present, defaults for the newer options are set according to the value of Stylesheet, as shown in Table 31-1. If both are present, the [CSS] options prevail.