Open owenleonard opened 8 years ago
When a comment is followed by a closing bracket }, and extra line is inserted between them. The comment can be at the end of a code line, or on its own line.
h1 { margin-top: 14px; // some comment here }
becomes
I'm on win7 with sass 3.4.22 and ST3.
Removing the } from SassBeautify.py line 173 fixes it, though I don't know what else that would impact.
When a comment is followed by a closing bracket }, and extra line is inserted between them. The comment can be at the end of a code line, or on its own line.
becomes
I'm on win7 with sass 3.4.22 and ST3.