I have made use of a top-level CSS file that contains root level CSS Variable definitions.
I have added the CSS Variables to MadCap Table CSS files...
When I generate output for a PDF Target, the values are resolved without issue or problem...
Sadly, I also need to generate output for a WORD Target, and here only some of the CSS Variables are resolved, most font-related CSS Variables are not resolved, and the table text appears with font type listed as
Code: Select all
var(--MyVariableName)Has anyone else tried to merge CSS Variables into MadCap Table definition files with success for WORD output?
Thanks!