import { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Container } = postcss;
Insert new node before old node within the container.
rule.insertBefore(decl, decl.clone({ prop: '-webkit-' + decl.prop }))
Parameters
oldNode: ChildNode | number
Child or child’s index.