css

fun css(block: CssBuilder.() -> Unit)

Guard against declaring css {} inside a slide — CSS belongs on the kslides{} or presentation{} scope. Always throws IllegalArgumentException.


Placeholder that intentionally throws when written to — CSS must be declared at the kslides{} or presentation{} level, not on individual slides. Present so invalid usage produces a clear error rather than silently compiling.