for the flare roll out in our team I´m thinking about splitting the one CSS for HTML and print output in several CSS files.
At the moment we have one CSS for
- Code: Select all
@media print
- Code: Select all
@media non-print
E.g.
- CSS for table styles
- CSS for image styles
But Flare allows only one CSS which can be select in the general project properties, in the target properties or directly for each topic.
Therefore only one CSS link is shown in the generated <head> declaration of the generated topic.
You cannot select more than one CSS for one output right?