class Lookbook::StylesExtractor

def strip_styles(text)

def strip_styles(text)
  text.gsub(STYLE_TAGS_REGEX, "").strip
end