This option allows you to frame the CSS declarations generated by FlexDoc into your own CSS file.
It may be useful when you need to add in the result style sheet some CSS rules not generated by FlexDoc at all (for instance, to format the HTML markup embedded in your descriptions/annotations).
...
...
/* flexdoc-styles */
...
The line '/* flexdoc-styles */'
is important.
All FlexDoc-generated
CSS rules
will be inserted in place of that comment.
When it is absent, no automatically generated CSS rules will appear in the result CSS file.
The CSS pattern file can be applied only for the global style sheet. The local style sheets are not affected by it.
The name of the result CSS file (generated by FlexDoc) will be the same as the name of your CSS pattern file. Thereby you can assign your own name to the result CSS file found in the generated documentation.
Related Options: