Module cssparser::serializer
source · Macros
Structs
A
fmt::Write
adapter that escapes text for writing as a double-quoted CSS string.
Quotes are not included.A category of token. See the
needs_separator_when_before
method.Enums
Traits
Trait for things the can serialize themselves in CSS syntax.
Functions
Write a CSS identifier, escaping characters as necessary.
Write a CSS name, like a custom property name.
Write a double-quoted CSS string token, escaping content as necessary.