css-inliner
NAME
css-inliner.raku - flatten css rulesets to inline style attributes
SYNOPSIS
css-inliner.raku [options] infile.xml [outfile.xml]
Options:
--type=[xhtml|pdf|pango] # specifiy document type
--tags # include tags styling, e.g. <i style='font-weight:italic'>...</i>
--inherit # include style inherited from parent properties
--prune # prune to displayed elements
--style=file # load external stylesheet
DESCRIPTION
This script evaluates CSS selectors, which are removed and flattened to per-element `style` attributes.
This script was written to help with visual verification of the Raku CSS module. The output XHTML should be visually identical to the input.