mutian / Sublime-CSS-Format

CSS Formatting for Sublime Text
http://mutian.github.io/Sublime-CSS-Format/
MIT License
98 stars 27 forks source link

css format compact - option - don't add newline after comma #11

Closed duydao closed 10 years ago

duydao commented 10 years ago

Thanks for this plugin!

I get this after compact format:

p, div { ... }

I would like to have this:

p, div { ... }

any chance you could introduce an option for this?

an option to remove the semicolon before a } when doing a css format - compress would be great aswell

Thanks for considering

mutian commented 10 years ago

Thank you for your advice! I have been added the features you wanted in a new version.

duydao commented 10 years ago

wow, nice. thanks!