pub type TrackBreadth = GenericTrackBreadth<LengthPercentage>;Expand description
The computed value of a grid <track-breadth>
Aliased Type§
#[repr(C, u8)]pub enum TrackBreadth {
    Breadth(LengthPercentage),
    Fr(f32),
    Auto,
    MinContent,
    MaxContent,
}