Small fixes

This commit is contained in:
2021-04-22 13:02:51 +02:00
parent 57065b5f4b
commit 166f6d4a1c
5 changed files with 60 additions and 46 deletions

View File

@@ -74,6 +74,7 @@ class TestCssBuilder {
val css2 = style {
select(id("my-label")) {
color(Color.antiqueWhite)
color = Color.antiqueWhite
}
select(cls("my-label")) {