Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Use flex-row
t1 flex-row
.t1.flex-row {
flex-direction: row;
}
Use flex-row-reverse
t1 flex-row-reverse
.t1.flex-row-reverse {
flex-direction: row-reverse;
}
Use flex-col
t1 flex-col
.t1.flex-col {
flex-direction: column;
}
Use flex-col-reverse
t1 flex-col-reverse
.t1.flex-col-reverse {
flex-direction: column-reverse;
}