When auto-complete is triggered for a CSS style, Sublime by default adds a space after colon like so:
position: relative;
How do I remove this space?
I did some more digging and would like to suggest an alternate solution.
Open ~/Library/Application Support/Sublime Text 2/Packages/CSS/css_completions.py
in Sublime.
On line 190, remove the space after the colon:
l.append((p, p + ": "))
The only caveat I can think of is that this might get overwritten when you update Sublime, but this seemed to work great without installing an extra package.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With