11 lines
176 B
Plaintext
11 lines
176 B
Plaintext
|
transform {
|
||
|
child: transform {
|
||
|
child: color {
|
||
|
bounds: 0 0 20 20;
|
||
|
color: blue;
|
||
|
}
|
||
|
transform: translate(0, -20);
|
||
|
}
|
||
|
transform: scale(2) rotate(90);
|
||
|
}
|