Type-safe CSS properties
div {
margin(10.px)
padding(20.px)
fontFamily("Times New Roman")
fontSize(32.px)
fontStyle(FontStyle.Oblique)
fontWeight(FontWeight.Bolder)
fontVariant(FontVariant.SmallCaps)
textDecoration(TextDecoration(TextDecorationLine.Underline, TextDecorationStyle.Dotted, Color.Red))
+"A label with custom CSS styling"
}Custom properties
div {
width(100.px)
height(100.px)
style("scale", "1.25 0.75")
}CSS units
Colors
CSS helper classes
Global style functions
Local style functions
Last updated