Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Node.prototype.cloneAfter
Re-export
import { Node } from "https://deno.land/x/postcss@8.4.16/lib/postcss.d.ts";

Shortcut to clone the node and insert the resulting cloned node after the current node.

Parameters

optional
overrides: object

New properties to override in the clone.

Returns

this

New node.