Type Alias style::values::computed::TrackBreadth
source · pub type TrackBreadth = GenericTrackBreadth<LengthPercentage>;
Expand description
The computed value of a grid <track-breadth>
Aliased Type§
enum TrackBreadth {
Breadth(LengthPercentage),
Fr(f32),
Auto,
MinContent,
MaxContent,
}