Type Alias TrackBreadth

Source
pub type TrackBreadth = TrackBreadth<LengthPercentage>;
Expand description

The specified value of a grid <track-breadth>

Aliased Type§

#[repr(C, u8)]
pub enum TrackBreadth { Breadth(LengthPercentage), Fr(f32), Auto, MinContent, MaxContent, }

Variants§

§

Breadth(LengthPercentage)

The generic type is almost always a non-negative <length-percentage>

§

Fr(f32)

A flex fraction specified in fr units.

§

Auto

auto

§

MinContent

min-content

§

MaxContent

max-content