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