Function: normalizeSelectorList()
function normalizeSelectorList(selectorList: string): readonly string[];
Defined in: _internal/docusaurus-theme-scope.ts:291
Split a selector list into trimmed individual selectors while preserving
commas that belong to nested selector functions such as :is(...).
Parametersโ
selectorListโ
string
Returnsโ
readonly string[]