My css has the following: `.class1, .class2 { margin-left:20px; }` When transforming this pattern, no comma is generated between these two object properties: `class1Class: { margin-left:20px;} class2Class: { margin-left:20px;}`