Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method default.prototype.toString
import { default } from "https://deno.land/x/postcss@8.4.16/lib/warning.js";

Returns a warning position and message.

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

Returns

string

Warning position and message.