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

Add child to the end of the node.

rule.push(new Declaration({ prop: 'color', value: 'black' }))

Parameters

child: Child

New node.

Returns

this

This node for methods chain.