14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
|
repeat {
|
||
|
child: container {
|
||
|
color {
|
||
|
color: red;
|
||
|
bounds: 0 0 25 25;
|
||
|
}
|
||
|
color {
|
||
|
color: blue;
|
||
|
bounds: 25 25 25 25;
|
||
|
}
|
||
|
}
|
||
|
bounds: 0 0 100 100;
|
||
|
}
|