Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IEpubReaderPublicationCustomCssOptions

Index

Properties

enableNormalizeCss?: boolean

Controls if the CSS reset/normalizer "normalize.css" should be injected into all reflowable EPUB content documents.

If set to true, "normalize.css" is injected. If set to false, "normalize.css" is not injected.

default

true

injectionPointEnd?: string[]

Extra CSS to inject after any CSS specified in the content documents.

default

[]

injectionPointStart?: string[]

Extra CSS to inject before any CSS specified in the content documents.

default

[]

Generated using TypeDoc