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