module Sprockets::SassFunctions
def image_path(path)
def image_path(path) Sass::Script::String.new(sprockets_context.image_path(path.value), :string) end
def image_path(path) Sass::Script::String.new(sprockets_context.image_path(path.value), :string) end