Two things I notice myself doing a lot when producing CSS could be remedied by:
1. When the {} CSS brackets are automatically created, have an option to not automatically put a blank line break beneath the }. Often I add a new CSS rule between an existing two, and I work with a lot of code that doesn't have line breaks between each CSS rule as the 'house style'. Therefore, I have to remove them all the time.
2. If you try and add a new declaration to the start of a CSS rule by clicking next to the { and then hitting return, it does not automatically indent to match the indented declarations below. Instead, I have to manually indent it.
Minor things, but it's the finer details that make an application a joy to use.
