Module lightningcss::printer

source ·
Expand description

CSS serialization and source map generation.

Structs

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.
Options that control how CSS is serialized to a string.
A mapping of user action pseudo classes to replace with class names.