Type Alias style::properties::generated::longhands::background_repeat::computed_value::ComputedList
source · pub type ComputedList = OwnedList<T>;
Expand description
The computed value for this property.
Aliased Type§
struct ComputedList(pub SmallVec<[BackgroundRepeat; 1]>);
Fields§
§0: SmallVec<[BackgroundRepeat; 1]>