class ReeText::SanitizeCss

def call(str)

def call(str)
  Loofah::HTML5::Scrub.scrub_css(str)
end