import { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Container } = postcss;
Returns a child
’s index within the Container#nodes
array.
rule.index( rule.nodes[2] ) //=> 2
Parameters
child: ChildNode | number
Child of the current container.