class PrawnHtml::HtmlParser

def parse_styles(text_styles)

Parameters:
  • text_styles (String) -- The CSS styles to evaluate
def parse_styles(text_styles)
  @raw_styles = text_styles.scan(REGEXP_STYLES).to_h
end