import { postcss } from "https://deno.land/x/bundler@0.6.5/deps.ts";
const { Node } = postcss;
Removes the node from its parent and cleans the parent properties from the node and its children.
if (decl.prop.match(/^-webkit-/)) {
decl.remove()
}