Unnecessary normalization -- sass will do it later.
This commit is contained in:
parent
a8a74995bf
commit
9e54d7bcb7
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user