More properties

This commit is contained in:
2020-02-10 20:28:57 +01:00
parent 1b83f88c8f
commit 1c3ac8f0d0
14 changed files with 229 additions and 27 deletions

View File

@@ -1,10 +1,10 @@
package nl.astraeus.css
import kotlin.test.Test
//import kotlin.test.Test
object TestCssBuilder {
@Test
//@Test
fun testBuilder() {
val css = CssBuilder()
@@ -15,7 +15,7 @@ object TestCssBuilder {
left = em(5)
backgroundColor = rgba(255, 255, 255, 0.75)
sel("> a") {
css("> a") {
color = hsl(200, 50, 50)
}
}