Skip to main content
Module

x/bundler/deps.ts>postcss.Node#cloneAfter

A Bundler with the web in mind.
Latest
method postcss.Node.prototype.cloneAfter
Re-export
import { postcss } from "https://deno.land/x/bundler@0.9.0/deps.ts";
const { Node } = postcss;

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.