class Asciidoctor::Stylesheets

def primary_stylesheet_data

returns the [String] Asciidoctor stylesheet data

Public: Read the contents of the default Asciidoctor stylesheet
def primary_stylesheet_data
  @primary_stylesheet_data ||= (::File.read (::File.join STYLESHEETS_DIR, 'asciidoctor-default.css'), mode: FILE_READ_MODE).rstrip
end