import { Container } from "https://deno.land/x/postcss@8.4.16/lib/postcss.js";
Removes node from the container and cleans the parent properties from the node and its children.
rule.nodes.length //=> 5
rule.removeChild(decl)
rule.nodes.length //=> 4
decl.parent //=> undefined