Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method Container.prototype.push
Re-export
import { Container } from "https://deno.land/x/postcss@8.4.16/lib/postcss.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.