More properties, cleanup

This commit is contained in:
2020-03-01 12:47:23 +01:00
parent ba58deeaf5
commit b80873a85a
20 changed files with 636 additions and 231 deletions

View File

@@ -15,12 +15,12 @@ object TestCssBuilder {
css.style {
css(".test") {
select(".test") {
top = px(10)
left = em(5)
backgroundColor = rgba(255, 255, 255, 0.75)
css("> a") {
select("> a") {
color = hsl(200, 50, 50)
}
}