Module printer

Source
Expand description

CSS serialization and source map generation.

Structsยง

Printer
A Printer represents a destination to output serialized CSS, as used in the ToCss trait. It can wrap any destination that implements std::fmt::Write, such as a String.
PrinterOptions
Options that control how CSS is serialized to a string.
PseudoClasses
A mapping of user action pseudo classes to replace with class names.