Skip to main content

AutoTrackList

Type Alias AutoTrackList 

Source
pub type AutoTrackList = Todo;
Expand description

https://drafts.csswg.org/css-grid-3/#typedef-auto-track-list

<auto-track-list> = [ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]* <line-names>? <auto-repeat>
                    [ <line-names>? [ <fixed-size> | <fixed-repeat> ] ]* <line-names>?

Aliased Type§

pub enum AutoTrackList {
    Todo,
}

Variants§

§

Todo