pub(crate) fn to_css_identifier(camel_case: &str) -> String
Transforms “FooBar” to “foo-bar”.
If the first Camel segment is “Moz”, “Webkit”, or “Servo”, the result string is prepended with “-”.