repeat {
  child: container {
    color {
      color: red;
      bounds: 0 0 25 25;
    }
    color {
      color: blue;
      bounds: 25 25 25 25;
    }
  }
  bounds: 0 0 100 100;
}
