This topic is intended for publishing architects/developers that need to deploy a customized DITA-OT.
Usually, the CSS styles can be passed to the transformation by referencing the CSS files
using the args.css parameter. However, there are cases where you want to add
some sort of "built-in" CSS that is applied in conjunction with the publishing template or CSS
files referenced in the transformation.
<feature extension="com.oxygenxml.pdf.css.init" file="init.xml"/><root>
<property name="extension.css"
value="${dita.plugin.[com.my.plugin.id].dir}/css/my-custom.css"/>
<!-- add here more init stuff if needed -->
</root>