You can use this approach when you need to adjust the look and feel of the default output for a single project, but don’t want to create a custom DITA-OT plug-in.
You can version the CSS file along with the DITA source files in your project, so stylesheet changes can be tracked along with modifications to topic content.
You may also find this approach useful as you develop a custom stylesheet. Once the CSS rules stabilize, you can bundle the CSS file in a custom DITA-OT plug-in to ensure consistent HTML output across projects.
The value of this parameter should be only the file name. The relative path to the file can be specified
with
This setting ensures that your custom CSS file will be copied to the output directory.
The value you enter here will be interpreted relative to the location of the input map file. If your map is
stored at the root level of your project folder and the CSS file is stored in a subfolder named
If