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