stylesheet

Example usage:

val css = stylesheet {
raw("@import url('fonts.css');")
rule("body") {
"color" value Color(0, 0, 0)
"font-size" value Size(16, SizeUnit.PX)
}
}

Return

a string representation of a CSS stylesheet built within the given block