Type Alias style::values::specified::ImplicitGridTracks
source · pub type ImplicitGridTracks = ImplicitGridTracks<TrackSize>;
Expand description
The specified value of a grid <track-size>+
Aliased Type§
struct ImplicitGridTracks(pub OwnedSlice<GenericTrackSize<LengthPercentage>>);
Fields§
§0: OwnedSlice<GenericTrackSize<LengthPercentage>>