Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
method default.prototype.assign
import { default } from "https://deno.land/x/postcss@8.4.16/lib/node.js";

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.