Class: Flue::SassFilter

Inherits:
Object
  • Object
show all
Defined in:
lib/flue/content_filter.rb

Instance Method Summary collapse

Instance Method Details

#call(input, options = {}) ⇒ Object



76
77
78
79
# File 'lib/flue/content_filter.rb', line 76

def call(input, options={})
  engine = Sass::Engine.new(input, :syntax => :scss)
  engine.render
end