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

Finds the Root instance of the node’s tree.

root.nodes[0].nodes[0].root() === root

Returns

Root parent.