# File lib/compass/configuration.rb, line 251 def to_sass_engine_options engine_opts = {:load_paths => sass_load_paths} engine_opts[:style] = output_style if output_style engine_opts[:line_comments] = default_line_comments if environment engine_opts.merge!(sass_options || {}) end