Function: getContainingRules()
function getContainingRules(node: Readonly<Node>): readonly Rule_[];
Defined in: _internal/docusaurus-theme-scope.ts:129
Find all containing PostCSS rules for a node, from the nearest rule outward.
Parametersโ
nodeโ
Readonly<Node>
Returnsโ
readonly Rule_[]