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