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