.flex-child {
order: 0;
}
.flex-child:nth-of-type(3) { // C
order: 1;
}
.flex-child:nth-of-type(1) { // A
order: 2;
}
.flex-child:nth-of-type(3) { // C
order: 1;
}
.flex-child:nth-of-type(1) { // A
order: 2;
}
.flex-child:nth-of-type(2) { // B
order: 3;
}
.flex-child:nth-of-type(3) { // C
order: 1;
}