StyleSupport

laika.render.epub.StyleSupport$
object StyleSupport

Processes CSS inputs for EPUB containers.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def collectStylePaths[F[_]](root: RenderedTreeRoot[F]): Seq[Path]

Collects all CSS inputs (recursively) in the provided document tree. CSS inputs are recognized by file suffix).

Collects all CSS inputs (recursively) in the provided document tree. CSS inputs are recognized by file suffix).

Attributes

Concrete fields

val fallbackStylePath: Path

Path for the fallback styles that will be inserted when the user has not added any CSS documents to the input tree.

Path for the fallback styles that will be inserted when the user has not added any CSS documents to the input tree.

Attributes