pub(crate) fn build_nested_css_rule( class_name: &str, decls: String, pseudos: &mut [String], at_rules: &mut [String], const_rules: &mut [String], ) -> String