css
Example usage:
val css = css {
"color" value Color(255, 0, 0)
"font-size" value Size(16, SizeUnit.PX)
}Content copied to clipboard
Return
a string representation of CSS entries contained within the builder.
Example usage:
val css = css {
"color" value Color(255, 0, 0)
"font-size" value Size(16, SizeUnit.PX)
}a string representation of CSS entries contained within the builder.