code cleanup
This commit is contained in:
parent
de029babb5
commit
b5ca89425d
@ -107,6 +107,5 @@ module Compass
|
|||||||
logger.record(action, file, options[:extra].to_s)
|
logger.record(action, file, options[:extra].to_s)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -91,7 +91,8 @@ module Compass
|
|||||||
|
|
||||||
# Returns a Sass::Engine for this sprite object
|
# Returns a Sass::Engine for this sprite object
|
||||||
def self.sass_engine(uri, name, importer, options)
|
def self.sass_engine(uri, name, importer, options)
|
||||||
Sass::Engine.new(content_for_images(uri, name, options[:skip_overrides]), sass_options(uri, importer, options))
|
content = content_for_images(uri, name, options[:skip_overrides])
|
||||||
|
Sass::Engine.new(content, sass_options(uri, importer, options))
|
||||||
end
|
end
|
||||||
|
|
||||||
# Generates the Sass for this sprite file
|
# Generates the Sass for this sprite file
|
||||||
|
Loading…
Reference in New Issue
Block a user