Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/fed_dev/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/fed_dev@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.