Skip to main content

TrackSize

Type Alias TrackSize 

Source
pub type TrackSize = Todo;
Expand description

https://drafts.csswg.org/css-grid-2/#typedef-track-size

<track-size> = <track-breadth> | minmax( <inflexible-breadth> , <track-breadth> ) | fit-content( <length-percentage [0,∞]> )
<track-breadth> = <length-percentage [0,∞]> | <flex [0,∞]> | min-content | max-content | auto
<inflexible-breadth>  = <length-percentage [0,∞]> | min-content | max-content | auto

Aliased Type§

pub enum TrackSize {
    Todo,
}

Variants§

§

Todo