Unnecessary normalization -- sass will do it later.

This commit is contained in:
Chris Eppstein 2011-04-22 09:21:09 -07:00
parent a8a74995bf
commit 9e54d7bcb7

View File

@ -56,7 +56,7 @@ module Compass
:dry_run => options[:dry_run]) :dry_run => options[:dry_run])
compiler_opts[:quiet] = options[:quiet] if options[:quiet] compiler_opts[:quiet] = options[:quiet] if options[:quiet]
compiler_opts[:time] = options[:time] if options[:time] compiler_opts[:time] = options[:time] if options[:time]
Sass::Engine.normalize_options(compiler_opts) compiler_opts
end end
Compass::Compiler.new(working_path, Compass::Compiler.new(working_path,