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