CssValue

constructor(text: String = "", valid: Boolean = true)


constructor(other: CssValue)

Copy constructor — produces a new, writable CssValue seeded with other's text.


constructor(vararg elems: CssValue)

Combine multiple CssValue instances (each trimmed) into one.