class Sanitize::CSS

def self.stylesheet(css, config = {})

def self.stylesheet(css, config = {})
  self.new(config).stylesheet(css)
end