Function style::values::serialize_name

source ·
pub fn serialize_name<W>(value: &str, dest: &mut W) -> Result<(), Error>where
    W: Write,
Expand description

Write a CSS name, like a custom property name.

You should only use this when you know what you’re doing, when in doubt, consider using serialize_identifier.