-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New line added between each css declaration #523
Comments
I have the same issue as you guys. Running OSX 10.8.5 |
in my case, |
I finally found a solution. It is a bit strange but it is working for me. Please make sure you have no empty newlines at the top of the CSS document. It has to start with a code. Then it will be properly formatted. |
bhouszka: Strange but working for me too. Thanks for the tip |
This is a bug, but I'm glad you found a work around for now. |
@bhouszka yep workaround tip appreciated |
Glad I could help. :) |
It seems prettify is adding extra lines to each css declaration in this particular file. Not sure how to fix this so it doesn't add extra lines.
Before:
After:
Selecting block and using Prettify Code with Node 0.10.31 in ST3 3065 running OSX 10.9.4
Prettify css settings:
The text was updated successfully, but these errors were encountered: