protoc / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Space after ":" in Zen CSS #334

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Could you implement an option to add space after ":" in Zen CSS,
For example, now 'c' expands as:
color:#000;
I'd love it to expand as:
color: #000;
Thanks!

Original issue reported on code.google.com by leem...@gmail.com on 26 Apr 2012 at 7:44

GoogleCodeExporter commented 8 years ago
This can be solved by adding 'fc' filter: 
http://code.google.com/p/zen-coding/wiki/Filters
Such formatting will be enabled by default in the next release

Original comment by serge....@gmail.com on 14 Jun 2012 at 9:55