static S unparseCSSParameter(SS map) { ret joinWithSemicolon(map(map, func(S key, S value) -> S { key + ": " + value })); }