Open
Description
The *-interpolate()
functions and if()
have colons and semicolons, used similarly to how they're used in properties. We don't currently have generic rules for how these are serialized, but we should probably just match how properties work - no space before, one space afterwards. (And for if()
, probably omit the trailing semicolon on the last value.)
(This is mostly just a note for @fantasai and I to handle this later.)