v. 1.0.4, add vh,vw measurements

Took 47 seconds
This commit is contained in:
2021-11-09 13:38:36 +01:00
parent 68ce4ffa16
commit 70a52a3bb5
6 changed files with 74 additions and 38 deletions

View File

@@ -10,6 +10,7 @@ open class CssProperty(
override fun css(): String = value
override fun toString(): String = value
}
fun text(value: String) = TextProperty(value)