Specification test cases
The test cases below are imported from the Turbo CSS specification.
They have been executed upon loading this page.
Disable growing flex item.
t1 flex-grow-0
.t1.flex-grow-0 {
flex-grow: 0;
}
Growing flex item by a factor of 2.
t1 flex-grow-2
.t1.flex-grow-2 {
flex-grow: 2;
}