css

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

Append CSS (via the Kotlin CSS DSL) to the Playground iframe's stylesheet.


CSS injected into the generated Playground iframe's <head>. Commonly used to override .CodeMirror { font-size: ...; } to match the surrounding slide's typography.