Class: Flue::SassFilter
- Inherits:
-
Object
- Object
- Flue::SassFilter
- 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, ={}) engine = Sass::Engine.new(input, :syntax => :scss) engine.render end |