There seems to be a strange occurrence when I save my file and it's generated by Compass. Each declaration is followed by a comment indicating the line of the sass file, like this:
/* line 55, ../sass/app.scss */
In addition, my config.rb file contains:
output_style = :compressed
However, the output appears to be expanded instead.
Any thoughts on what might be causing this issue?