More properties, val i.o. fun
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package nl.astraeus.css.properties
|
||||
|
||||
class InitialInherit(
|
||||
value: String
|
||||
) : CssProperty(value) {
|
||||
|
||||
companion object {
|
||||
val initial = InitialInherit("initial")
|
||||
val inherit = InitialInherit("inherit")
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user