class Middleman::Renderers::Stylus

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

def initialize(app, options={}, &block)
  super
  app.config.define_setting :styl, {}, 'Stylus config options'
end