Function: getContainingRule()
function getContainingRule(node: Readonly<Node>): Rule_ | undefined;
Defined in: _internal/docusaurus-theme-scope.ts:112
Find the nearest containing PostCSS rule for a node.
Parametersโ
nodeโ
Readonly<Node>
Returnsโ
Rule_ | undefined