# File lib/compass/configuration/comments.rb, line 30 def comment_for_output_style unless top_level.output_style_without_default %Q{# You can select your preferred output style here (can be overridden via the command line): # output_style = :expanded or :nested or :compact or :compressed } else "" end end