Package-level declarations

Types

Link copied to clipboard

A builder of CSS declarations (property-value pairs), with null-safe insertion.

Link copied to clipboard
Link copied to clipboard

Lightweight DSL for building a CSS stylesheet string. Rule bodies reuse CssBuilder for null-safe property insertion.

Properties

Link copied to clipboard

Converts a RenderRepresentable to its CSS representation.

Functions

Link copied to clipboard
fun css(init: CssBuilder.() -> Unit): String

Example usage:

Link copied to clipboard

Example usage: