9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
|
repeat {
|
||
|
bounds: 0 0 20 10;
|
||
|
|
||
|
child: container {
|
||
|
color { color: blue; bounds: 0 5 10 10;}
|
||
|
color { color: red; bounds: 0 10 10 10;}
|
||
|
}
|
||
|
}
|