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

Removes all children from the container and cleans their parent properties.

rule.removeAll()
rule.nodes.length //=> 0

Returns

this

This node for methods chain.