I'm trying to develop separate CSS files for different view PDF outputs (Dompdf) generated by Entity Print. I am able to set a generic CSS file for all views in my mytheme.info.yml file using the instructions at Usage β - i.e.
entity_print:
view:
all: 'YOUR_THEME_NAME/print-styling'
However, the Usage documentation does not cover the syntax for specifying individual views. Is this possible, and if so, how do I go about it?
Fixed
2.11
Documentation