Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Node.prototype.cleanRaws
Re-export
import { Node } from "https://deno.land/x/postcss@8.4.16/lib/postcss.d.ts";

Clear the code style properties for the node and its children.

node.raws.before  //=> ' '
node.cleanRaws()
node.raws.before  //=> undefined

Parameters

optional
keepBetween: boolean

Keep the raws.between symbols.