CSS Extraction tool code formatting issues
Is there any way to alter the code formatting for this panel? It drives me nuts that the open bracket starts on a new line, all lines are indented with two spaces (seriously, who does two spaces? It's either four spaces or 1 tab), that there's a space before and after every colon, gives me both hex and rgba colors with no option to select just one, not to mention multi-word font family names aren't in quotes.
This is almost a useful tool, if it didn't require so much cleanup after copying/pasting, and I shouldn't have to run it through BBEdit or manually clean it up first every time. This would almost be easier to just look at and type out manually to my code editor, if the panels didn't disappear when Illustrator was out of focus.
.NormalCharacterStyle
{
font-family : Trade Gothic;
font-size : 16px;
line-height : 37px;
color : #668082;
color : rgb(102, 128, 130);
}
Is there a file somewhere in which I can at least fix the brackets and spaces and stuff like that? Please?