Function: isAllowedThemeScopeRule()
function isAllowedThemeScopeRule(rule: Readonly<Rule>): boolean;
Defined in: _internal/docusaurus-theme-scope.ts:174
Check whether every selector in a rule belongs to an allowed global theme scope.
Parametersโ
ruleโ
Readonly<Rule>
Returnsโ
boolean