Function: splitTopLevelCommas()
function splitTopLevelCommas(value: string): readonly string[];
Defined in: _internal/grid-template-analysis.ts:341
Split one comma-separated CSS value at top-level commas only.
Parametersโ
valueโ
string
Returnsโ
readonly string[]