Hi! Can anyone point me in the direction of outputting expanded CSS. Currently Beautify outputs the css nested: ``` ol, ul { list-style: none; } ``` Is there a way to output like this: ``` ol, ul { list-style: none; } ```