[][src]Macro cssparser::cssparser_internal__phf_map

cssparser_internal__phf_map!() { /* proc-macro */ }

Input: A type, followed by pairs of string literal keys and expression values. No separator.

Output: a rust-phf map, with keys ASCII-lowercased:

static MAP: &'static ::cssparser::phf::Map<&'static str, $ValueType> = …;