Forum Feature requests

Apply custom stylesheet AFTER other stylesheets

mikkelricky
When using "--style" to apply a CSS file, the specified file is included before stylesheets referenced from the xml input file.

As I see it, it is better to be able to apply a custom stylesheet after other stylesheets as this will make it possible to override/extend the styling from the xml document. Rather than changing the current effect of "--style", I propose the introduction of af new option, e.g. "--style-post", for applying a custom stylesheet after the other stylesheets.

Best regards,
Mikkel
StoneCypher
CSS has a concept of priority. Just leverage that. Make the cascade on your rules in the overriding stylesheet more specific, or use !important.

No need for extra tech here.

John Haugeland is http://fullof.bs/