badsyntax / SassBeautify

[not maintained] A Sublime Text plugin that beautifies Sass files.
https://github.com/badsyntax/SassBeautify
MIT License
143 stars 13 forks source link

Fix for Issue #113 #117

Open owenleonard opened 8 years ago

owenleonard commented 8 years ago

Here's a potential fix for Issue #113. This just goes through and cleans up the extra lines. From what I could tell, sass-convert was the guilty party for adding the extra line, so the only way I see to fix it is to go through and remove the extra lines.