Class: StaticMatic::TemplateHandlers::Sass
- Inherits:
-
ActionView::TemplateHandler
- Object
- ActionView::TemplateHandler
- StaticMatic::TemplateHandlers::Sass
- Defined in:
- lib/staticmatic/template_handlers/sass.rb
Instance Method Summary collapse
Instance Method Details
#render(template) ⇒ Object
6 7 8 |
# File 'lib/staticmatic/template_handlers/sass.rb', line 6 def render(template) ::Sass::Engine.new(template.source, StaticMatic::Config[:sass_options]).render end |