A list of CSS/Sass style sheets to take into account for braille transcription.
A list of CSS/Sass style sheets to take into account for braille transcription.
Must be a space separated list of URIs, absolute or relative to the input.
Note that any CSS provided through this option will not end up in the eBraille publication. The
“Attach CSS style sheets” option should be used for that purpose.
Style sheets specified through this option are called “user style
sheets”. Style sheets can also be attached to the
source document. These are referred to as “author style
sheets”. They can be linked (using an
‘xml-stylesheet’ processing instruction or a ‘link’
element), embedded (using a ‘style’
element) and/or inlined (using ‘style’
attributes). Only author styles that apply to “braille”
media are taken into account. Styles that do not influence the braille transcription, are ignored.
All style sheets are applied at once, but the order in which they are specified has an influence on
the cascading order. Author styles take
precedence over user styles.
Style sheets are interpreted according to braille
CSS rules.
For info on how to use Sass (Syntactically Awesome StyleSheets) see the Sass
manual.