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

Returns for Result#css content.

result + '' === result.css

Returns

string

String representing of Result#root.