# File lib/pdfkit/pdfkit.rb, line 97
    def style_tag_for(stylesheet)
      "<style>#{File.read(stylesheet)}</style>"
    end