pub fn generate_mapping(css: &str, hash: &str) -> HashMap<String, String>
生成类名映射表
css
hash
类名映射:原始类名 -> 作用域化类名(排除 :global() 中的类名)