Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IEpubReaderPublicationCustomCssOptions

Index

Properties

Optional enableNormalizeCss

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

Optional injectionPointEnd

injectionPointEnd?: string[]

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

default

[]

Optional injectionPointStart

injectionPointStart?: string[]

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

default

[]

Generated using TypeDoc