# File lib/sprockets/helpers.rb, line 302
    def stylesheet_path(source, options = {})
      asset_path source, Helpers.default_path_options[:stylesheet_path].merge(options)
    end