# File lib/sprockets/sass_functions.rb, line 53
    def stylesheet_path(path)
      ::Sass::Script::String.new(sprockets_context.stylesheet_path(path.value), :string)
    end