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

Assigns properties to the current node.

decl.assign({ prop: 'word-wrap', value: 'break-word' })

Parameters

overrides: object

New properties to override the node.

Returns

this

Current node to methods chain.