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

Returns a warning position and message.

warning.toString() //=> 'postcss-lint:a.css:10:14: Avoid !important'

Returns

string

Warning position and message.