pub type CustomIdentList<'i> = SmallVec<[CustomIdent<'i>; 1]>;
Expand description

A list of CSS <custom-ident> values.