class Middleman::Extensions::MinifyCss

def initialize(app, options_hash={}, &block)

def initialize(app, options_hash={}, &block)
  super
  app.config.define_setting :css_compressor, nil, 'Set the CSS compressor to use. Deprecated in favor of the :compressor option when activating :minify_css'
end