# File lib/sprockets/rails/legacy_asset_url_helper.rb, line 107
      def stylesheet_path(source, options = {})
        path_to_asset(source, {:type => :stylesheet}.merge(options))
      end