import { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Node } = postcss;
Returns a CSS string representing the node.
new Rule({ selector: 'a' }).toString() //=> "a {}"
Parameters
optional
stringifier: Stringifier | SyntaxA syntax to use in string generation.