Function: splitTopLevelWhitespace()
function splitTopLevelWhitespace(value: string): readonly string[];
Defined in: _internal/grid-template-analysis.ts:351
Split one CSS value at top-level whitespace only.
Parametersโ
valueโ
string
Returnsโ
readonly string[]