Reformat code
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
package nl.astraeus.css.properties
|
||||
|
||||
class Isolation(
|
||||
value: String
|
||||
value: String
|
||||
) : CssProperty(value) {
|
||||
|
||||
companion object {
|
||||
val auto = Isolation("auto")
|
||||
val isolate = Isolation("isolate")
|
||||
val initial = Isolation("initial")
|
||||
val inherit = Isolation("inherit")
|
||||
}
|
||||
companion object {
|
||||
val auto = Isolation("auto")
|
||||
val isolate = Isolation("isolate")
|
||||
val initial = Isolation("initial")
|
||||
val inherit = Isolation("inherit")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user