module Sprockets::SassFunctions

def stylesheet_url(path)

def stylesheet_url(path)
  Sass::Script::String.new("url(" + sprockets_context.stylesheet_path(path.value) + ")")
end