This is about things like that: ```scss a { b: { c: d; e: f; } } ``` which should produce a CSS like that: ```css a { b-c: d; b-e: f; } ```