Function: normalizeSelectorList()
normalizeSelectorList(
selectorList:string): readonlystring[]
Defined in: _internal/docusaurus-theme-scope.ts:293
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[]