Merge function-builder branch into master
This commit is contained in:
@@ -5,10 +5,10 @@ class CaptionSide(
|
||||
): CssProperty(value) {
|
||||
|
||||
companion object {
|
||||
fun top() = BoxSizing("top")
|
||||
fun bottom() = BoxSizing("bottom")
|
||||
fun initial() = BoxShadow("initial")
|
||||
fun inherit() = BoxShadow("inherit")
|
||||
val top = CaptionSide("top")
|
||||
val bottom = CaptionSide("bottom")
|
||||
val initial = CaptionSide("initial")
|
||||
val inherit = CaptionSide("inherit")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user