import { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Container } = postcss;
Insert new node after old node within the container.
Parameters
oldNode: ChildNode | number
Child or child’s index.
import { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Container } = postcss;
Insert new node after old node within the container.
Child or child’s index.