CssFile

data class CssFile(val filename: String, val id: String = "")

A CSS file referenced from the generated <head>. The filename may be a relative path (resolved against the reveal.js static root) or an absolute http(s):// URL. The optional id is emitted as the <link>'s id attribute — used internally to tag theme / highlight stylesheets.

Constructors

Link copied to clipboard
constructor(filename: String, id: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
val id: String