pub type ComputedList = OwnedList<T>;
The computed value for this property.
struct ComputedList(pub SmallVec<[LengthPercentage; 1]>);
0: SmallVec<[LengthPercentage; 1]>