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 ||= ::IO.read(::File.join(STYLESHEETS_DATA_PATH, 'asciidoctor-default.css')).chomp
end