More properties
This commit is contained in:
@@ -5,11 +5,11 @@ class BoxDecorationBreak(
|
||||
): CssProperty(value) {
|
||||
|
||||
companion object {
|
||||
fun slice() = BorderWidth("slice")
|
||||
fun clone() = BorderWidth("clone")
|
||||
fun initial() = BorderWidth("initial")
|
||||
fun inherit() = BorderWidth("inherit")
|
||||
fun unset() = BorderWidth("unset")
|
||||
fun slice() = BoxDecorationBreak("slice")
|
||||
fun clone() = BoxDecorationBreak("clone")
|
||||
fun initial() = BoxDecorationBreak("initial")
|
||||
fun inherit() = BoxDecorationBreak("inherit")
|
||||
fun unset() = BoxDecorationBreak("unset")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user