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

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.