--- a/conditional.node +++ b/conditional.node @@ -1,15 +0,0 @@ -color { - bounds: 10 10 10 10; - color: rgb(255,0,0); -} -color { - bounds: 30 10 10 10; - color: rgb(0,0,255); -} -rounded-clip { - clip: 20 15 10 10 / 5; - child: color { - bounds: 20 15 10 10; - color: rgb(0,0,255); - } -}