v. 1.0.4, add vh,vw measurements
Took 47 seconds
This commit is contained in:
@@ -10,6 +10,7 @@ open class CssProperty(
|
||||
|
||||
override fun css(): String = value
|
||||
|
||||
override fun toString(): String = value
|
||||
}
|
||||
|
||||
fun text(value: String) = TextProperty(value)
|
||||
|
||||
Reference in New Issue
Block a user