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

Returns a CSS string representing the node.

new Rule({ selector: 'a' }).toString() //=> "a {}"

Parameters

optional
stringifier: Stringifier | Syntax

A syntax to use in string generation.

Returns

string

CSS string of this node.