# File lib/sprockets/sass_functions.rb, line 57 def stylesheet_url(path) ::Sass::Script::String.new("url(" + sprockets_context.stylesheet_path(path.value) + ")") end